LonePotato

MeepCityScript

Jul 2nd, 2018
672
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. game.ReplicatedStorage.Connection:InvokeServer(9,2)
  2.  
  3. game.ReplicatedStorage.Connection:InvokeServer(50)
  4.  
  5. game.ReplicatedStorage.PlayerData[game.Players.LocalPlayer.UserId].PLUS.Value = true -- this will give you more money when you sell
  6.  
  7. while wait(0.1) do
  8.  
  9. game.ReplicatedStorage.Connection:InvokeServer(49)
  10.  
  11. wait(0.01)
  12.  
  13. game.ReplicatedStorage.Connection:InvokeServer(49)
  14.  
  15. wait(0.01)
  16.  
  17. game.ReplicatedStorage.Connection:InvokeServer(49)
  18. end
Add Comment
Please, Sign In to add comment