Advertisement
Quangdunght1

magnet simulator

Aug 29th, 2019
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. -- Made by Drifting88
  2.  
  3. _G.on = true
  4. local plr = game.Players.LocalPlayer
  5. local char = plr.Character.HumanoidRootPart
  6.  
  7. while _G.on do
  8. game.Workspace.Rings.Sell.CanCollide = false
  9. game.Workspace.Rings.Sell.CFrame = char.CFrame + Vector3.new(0,math.random(-1,1),0)
  10. wait(0.1)
  11. local Remote = game:GetService("ReplicatedStorage").RebirthEvents.requestRebirth
  12. local Arguments = {
  13. [1] = 25 -- Set this higher of needed. Max is 1000
  14. }
  15.  
  16. Remote:FireServer(unpack(Arguments))
  17.  
  18. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement