Rhysical

lab exp auto cheer

Nov 25th, 2022 (edited)
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. username1="" -- name 1
  2.  
  3. username2="" -- name 2
  4. local args1 = {
  5. [1] = "CheerPlayer",
  6. [2] = username1 -- put username u want to cheer
  7. }
  8. local args2 = {
  9. [1] = "CheerPlayer",
  10. [2] = username2 -- put username u want to cheer
  11. }
  12. while true do
  13. game:GetService("ReplicatedStorage").Comm.RemoteEvent:FireServer(unpack(args1))
  14. wait(8)
  15. game:GetService("ReplicatedStorage").Comm.RemoteEvent:FireServer(unpack(args2))
  16. wait(8)
  17. end
  18.  
Advertisement
Add Comment
Please, Sign In to add comment