Advertisement
Fish_2651

Untitled

Jan 7th, 2023 (edited)
960
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.48 KB | None | 0 0
  1. local A_1 = "AM TRYING TO USE A SCRIPT"
  2. local A_2 = "All"
  3. local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest
  4. Event:FireServer(A_1, A_2)
  5. local A_1 = "AM CHEATING NOW AM BANNED"
  6. local A_2 = "All"
  7. local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest
  8. Event:FireServer(A_1, A_2)
  9. game:GetService("Players").LocalPlayer:Kick("You Have Been Banned This Cant Be UnDone You have been flaged for Cheating")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement