Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[
- ALERT!
- This script will only work on Fancy Dev's Public SB.
- If you run it on Void it will not work.
- ]]--
- local Player = game:GetService("Players").KCROL --Replace KCROL with Your Name
- local x = require(game:GetService("ServerScriptService"):FindFirstChild("ChatServiceRunner"):FindFirstChild("ChatService"))
- if not x:GetChannel("All") then
- x:AddChannel("All")
- for i,z in next,game:GetService("Players"):GetPlayers() do
- X:GetSpeaker(z.Name):JoinChannel("All")
- end
- else
- x:GetChannel("All"):SendSystemMessage("Chat Edit Script has loaded. Editing "..Player.Name.."'s chat.")
- wait(0.1)
- x:GetChannel("All"):SendSystemMessage("You can find this script on Pastebin! Go to KCROL_AdminLeaks's pastebin")
- end
- x:GetSpeaker(Player.Name):SetExtraData("Tags", { { TagText = "Scripter", TagColor = BrickColor.new('Lime green').Color } } ) --DO NOT EDIT THE .Color AFTER BRICKCOLOR! Converts it into Color3! You can change your tag text and brickcolor, not .Color
- x:GetSpeaker(Player.Name):SetExtraData("ChatColor", BrickColor.new('Lime green').Color) --Also requires Color3, do not edit
- x:GetSpeaker(Player.Name):SetExtraData("NameColor", BrickColor.new('Lime green').Color) --Above
- x:GetSpeaker(Player.Name):SetExtraData("Font", "Highway") --You can edit your font.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement