Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local num = 1
- while true do
- local args = {
- [1] = tostring(num),
- [2] = "All"
- }
- game:GetService("ReplicatedStorage"):WaitForChild("DefaultChatSystemChatEvents"):WaitForChild("SayMessageRequest"):FireServer(unpack(args))
- wait(3)
- num = num + 1
- if num > 100 then
- num = 1
- end
- end
Advertisement
Comments
-
- game: https://www.roblox.com/games/17579465785/Number-Guesser-Game-For-Free-UGC
Add Comment
Please, Sign In to add comment
Advertisement