local DistanceWalked = game:GetService("ReplicatedStorage").Remotes.DistanceWalked while task.wait(0) do DistanceWalked:FireServer(100, 100, 0) end