Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Press H to trash talk
- local player = game.Players.LocalPlayer
- local trashtalk = {"YOU'RE TRASH KID", "L", "EZ", "GET CLAPPED", "HOW DID YOU LOSE", "LOSER", "GET GOOD", "LOOOOOOL", "YOU'RE SO BAD"}
- local mouse = player:GetMouse()
- function TalkTrash(k)
- k = k:lower()
- if k == "h" then
- game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(trashtalk[math.random(1,#trashtalk)], "All")
- end
- end
- mouse.KeyDown:Connect(TalkTrash)
- -- isaraw8912, Ubicast
Add Comment
Please, Sign In to add comment