DontDoItIDareU

Royale High Diamond Hack

May 31st, 2018
311
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. local toMove = {specialdiamond = true}
  2. while wait() do
  3. for _, object in pairs(workspace:children()) do
  4. if toMove[object.Name] then
  5. object.CFrame = game.Players.LocalPlayer.Character.LowerTorso.CFrame
  6. end
  7. end
  8. end
Add Comment
Please, Sign In to add comment