Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while wait(0.25) do
- toWalk = game.Workspace:FindFirstChild("Sarnaif").HumanoidRootPart
- for _, v in pairs(game.Workspace:GetChildren()) do
- if v:FindFirstChild("HumanoidRootPart") then
- if toWalk == nil then
- toWalk = v.HumanoidRootPart
- else
- if v:FindFirstChild("Humanoid") then
- v:FindFirstChild("Humanoid").WalkSpeed = 2000
- v:FindFirstChild("Humanoid").Jump = true
- v:FindFirstChild("Humanoid"):MoveTo(toWalk.Position)
- end
- end
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement