Advertisement
TheNadie

Untitled

Dec 29th, 2018
533
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. Diamond:
  2. local plr = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart
  3. local path = game.Workspace.Gems
  4. for i,v in pairs(path:GetChildren()) do
  5. if v.Name == 'Gem' then
  6. plr.CFrame = v.CFrame
  7. wait(0.2)
  8. v:Destroy()
  9. end
  10. end
  11.  
  12.  
  13. Money:
  14. local X = 9e18 -- Change the value to whatever u want
  15. game.ReplicatedStorage.Events.G:FireServer(X, "{Lhxgbj *{{")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement