Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local target = "fatimeturk39312"
- local jump = false
- local sit = false
- while true do
- for i,v in pairs(game.Players:GetChildren()) do
- pcall(function()
- if v ~= game.Players:FindFirstChild(target) then
- v.Character.Humanoid:MoveTo(game.Players:FindFirstChild(target).Character.Head.Position)
- if jump then
- v.Character.Humanoid.Jump = true
- end
- if sit then
- v.Character.Humanoid.Sit = true
- end
- end
- end)
- end
- wait()
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement