Advertisement
Guest User

Build boat for treasure inf blocks

a guest
Jun 20th, 2022
971
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. https://pastebin.com/D9yKgSe2TMMQB9_G.RUN = true
  2. spawn(function()
  3. coroutine.wrap(function()
  4. while _G.RUN do wait()
  5. coroutine.wrap(function()
  6. while _G.RUN do wait()
  7. workspace.ItemBoughtFromShop:InvokeServer("Winter Chest",math.floor(game:GetService("Players").LocalPlayer.Data.Gold.Value / 100))
  8. end
  9. end)()
  10. end
  11. end)()
  12. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement