nhokp

unlock all cars and save

Mar 10th, 2019
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. local shits = {"Hoverboard", "Breakdown", "Pony", "F1", "Phantom", "Reaper", "SWAT"}
  2. for _,v in next, shits do
  3. game.ReplicatedStorage.RemoteFunction:InvokeServer("BuyItem", v)
  4. end
Add Comment
Please, Sign In to add comment