NOLI10

Perm God Mode

Nov 4th, 2019
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. button = workspace.Button
  2. button.CanCollide = false
  3. button.Transparency = 1
  4.  
  5. game:GetService("RunService").Heartbeat:connect(function(step)
  6. button.CFrame = CFrame.new(game.Players.LocalPlayer.Character.Head.Position)
  7. button.Size = Vector3.new(math.random(0,0), math.random(0,0), math.random(1,5))
  8. wait()
  9. button.CFrame=CFrame.new(game.Players.LocalPlayer.Character["Right Arm"].Position)
  10. button.Size=Vector3.new(math.random(0,0), math.random(0,0), math.random(0,0))
  11. wait()
  12. button.CFrame=CFrame.new(game.Players.LocalPlayer.Character.Torso.Position)
  13. button.Size=Vector3.new(math.random(0,0), math.random(0,0), math.random(0,0))
  14. wait()
  15. button.CFrame=CFrame.new(game.Players.LocalPlayer.Character["Left Arm"].Position)
  16. button.Size=Vector3.new(math.random(0,0), math.random(0,0), math.random(0,0))
  17. wait()
  18. button.Size=Vector3.new(math.random(0,0), math.random(0,0), math.random(0,0))
  19. button.CFrame=CFrame.new(game.Players.LocalPlayer.Character["Left Leg"].Position)
  20. wait()
  21. button.Size = Vector3.new(math.random(0,0), math.random(0,0), math.random(0,0))
  22. button.CFrame = CFrame.new(game.Players.LocalPlayer.Character["Right Leg"].Position)
  23. end)
Add Comment
Please, Sign In to add comment