Advertisement
Anonymouse10101

Dancing Simulator Auto Rebirth And Coins

Jun 13th, 2019
260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. Auto Rebirth:
  2. while wait(0.1) do
  3. game:GetService("ReplicatedStorage").NETWORK["Re"]:FireServer()
  4. end
  5.  
  6. Coins:
  7. while wait(0.1) do
  8. game:GetService("ReplicatedStorage").NETWORK.AddValue:FireServer("Coins", 999999999)
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement