Advertisement
Guest User

Untitled

a guest
Jan 19th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. _G.on = true
  2. local plr = game.Players.LocalPlayer
  3. local char = plr.Character.HumanoidRootPart
  4.  
  5. while _G.on do
  6. game.Workspace.Rings.Sell.CanCollide = false
  7. game.Workspace.Rings.Sell.CFrame = char.CFrame + Vector3.new(0,math.random(-1,1),0)
  8. wait(0.1)
  9. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement