Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- localaction = math.random(1,2)
- if localaction == 1 then
- local chat = function(MSG)
- game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(MSG, "All")
- end
- chat("True")
- end
- if localaction == 2 then
- local chat = function(MSG)
- game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(MSG, "All")
- end
- chat("false")
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement