Advertisement
Bacon_Script

tapforugc

May 20th, 2024
377
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.51 KB | Gaming | 0 0
  1. local args = {
  2.     [1] = "spin"
  3. }
  4.  
  5. game:GetService("ReplicatedStorage"):WaitForChild("ValidateCode"):FireServer(unpack(args))
  6. local args = {
  7.     [1] = "hair"
  8. }
  9.  
  10. game:GetService("ReplicatedStorage"):WaitForChild("ValidateCode"):FireServer(unpack(args))
  11. local args = {
  12.     [1] = "valk"
  13. }
  14.  
  15. game:GetService("ReplicatedStorage"):WaitForChild("ValidateCode"):FireServer(unpack(args))
  16. local args = {
  17.     [1] = "crown"
  18. }
  19.  
  20. game:GetService("ReplicatedStorage"):WaitForChild("ValidateCode"):FireServer(unpack(args))
  21.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement