Advertisement
Owen007

Untitled

Jun 24th, 2022
276
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. _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