Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- // FE Chat by helllogh27281
- -- edit this script manually pls
- if game:GetService("RunService"):IsServer()
- print("Run as client, pls.")
- return
- end
- -- edit until the line
- local Player = "PlayerName" -- which player do you want to troll? accepts part of their name
- local msg = "Message" -- what do you want the player to say?
- -- main
- function find(plr)
- for _,a in pairs(game.Players:GetPlayers()) do
- if string.lower(string.sub(a.Name,1,string.len(plr)) == string.lower(plr)
- return a
- end
- end
- end
- script.Parent = find(Player).PlayerGui
- game.ReplicatedStorage.DefaultChatSystemEvents.SayMessageRequest:FireServer(msg,"All")
- print("Successfully chatted")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement