Advertisement
Newplayer900

Untitled

Jun 12th, 2024
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. _G.ghost = true
  2. while _G.ghost do
  3. wait ()
  4.  
  5. local args = {
  6. [1] = 500000000
  7. }
  8.  
  9. game:GetService("ReplicatedStorage").PlayerValue:FireServer(unpack(args))
  10.  
  11.  
  12. local args = {
  13. [1] = "Fodan_18",
  14. [2] = game:GetService("ReplicatedStorage").Legendary.Fodan
  15. }
  16.  
  17. game:GetService("ReplicatedStorage").NewCardAdding:FireServer(unpack(args))
  18. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement