Advertisement
robloxscript111

Stack Ball

Feb 11th, 2023
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. getgenv().Enabled = true -- // change to "false" to disable
  2.  
  3. while task.wait() and getgenv().Enabled == true do
  4. local Game = Workspace:WaitForChild("Game", 9e9)
  5. local Ball = Game:WaitForChild("Ball", 9e9)
  6. local End = Game:WaitForChild("Model", 9e9):WaitForChild("End", 9e9):WaitForChild("End", 9e9)
  7.  
  8. Ball.CFrame = End.CFrame
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement