Advertisement
Tryhell

sobrat sunduki

Nov 3rd, 2019
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. game.StarterGui:SetCore('SendNotification', {Duration = 10; Title='Tryhack'; Text='Все сундуки успешно собраны '})
  2. local tbl_main =
  3. {
  4. "Magma Chest"
  5. }
  6. game:GetService("ReplicatedStorage").rEvents.checkChestRemote:InvokeServer(unpack(tbl_main))
  7. local tbl_main =
  8. {
  9. "Enchanted Chest"
  10. }
  11. game:GetService("ReplicatedStorage").rEvents.checkChestRemote:InvokeServer(unpack(tbl_main))
  12. local tbl_main =
  13. {
  14. "Golden Chest"
  15. }
  16. game:GetService("ReplicatedStorage").rEvents.checkChestRemote:InvokeServer(unpack(tbl_main))
  17. local tbl_main =
  18. {
  19. "Mythical Chest"
  20. }
  21. game:GetService("ReplicatedStorage").rEvents.checkChestRemote:InvokeServer(unpack(tbl_main))
  22. local tbl_main =
  23. {
  24. "Legends Chest"
  25. }
  26. game:GetService("ReplicatedStorage").rEvents.checkChestRemote:InvokeServer(unpack(tbl_main))
  27. local tbl_main =
  28. {
  29. "Eternal Chest"
  30. }
  31. game:GetService("ReplicatedStorage").rEvents.checkChestRemote:InvokeServer(unpack(tbl_main))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement