Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- getgenv().Enabled = true -- // change to "false" to disable
- while task.wait() and getgenv().Enabled == true do
- local Game = Workspace:WaitForChild("Game", 9e9)
- local Ball = Game:WaitForChild("Ball", 9e9)
- local End = Game:WaitForChild("Model", 9e9):WaitForChild("End", 9e9):WaitForChild("End", 9e9)
- Ball.CFrame = End.CFrame
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement