probanana

Wall Punch Sim Inf Coins

Apr 9th, 2023
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. while wait() do
  2. local args = {
  3. [1] = game:GetService("Players").LocalPlayer,
  4. [2] = 2000000000 -- any big number
  5. }
  6.  
  7. game:GetService("ReplicatedStorage").NL:FireServer(unpack(args))
  8. end
Add Comment
Please, Sign In to add comment