Advertisement
Burkino

Heist

Jun 17th, 2018
454
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. while wait(1) do
  2. local kel = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart
  3. local kek = game:GetService("Players").LocalPlayer.Character.Humanoid
  4. local item = game.Workspace.Items.Items.Diamond.D.CFrame
  5. local lem = game.Workspace.Items.Items.Gold["1G"].CFrame
  6. kek.Sit = true
  7. wait(0.5)
  8. kel.CFrame = item
  9. wait(0.5)
  10. kel.CFrame = lem
  11.  
  12. local remote = Game["ReplicatedStorage"]["remoteGiveCashCarried"]
  13. local D = game.Workspace.Items.Items.Diamond.D
  14. local G = game.Workspace.Items.Items.Gold["1G"]
  15. remote:FireServer(D, G)
  16. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement