Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- username1="" -- name 1
- username2="" -- name 2
- local args1 = {
- [1] = "CheerPlayer",
- [2] = username1 -- put username u want to cheer
- }
- local args2 = {
- [1] = "CheerPlayer",
- [2] = username2 -- put username u want to cheer
- }
- while true do
- game:GetService("ReplicatedStorage").Comm.RemoteEvent:FireServer(unpack(args1))
- wait(8)
- game:GetService("ReplicatedStorage").Comm.RemoteEvent:FireServer(unpack(args2))
- wait(8)
- end
Advertisement
Add Comment
Please, Sign In to add comment