Advertisement
KCROL_AdminLeaks

Chat Edit Script {ONLY FOR FANCY DEV SB}

Mar 1st, 2018
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.27 KB | None | 0 0
  1. --[[
  2.     ALERT!
  3.     This script will only work on Fancy Dev's Public SB.
  4.     If you run it on Void it will not work.
  5. ]]--
  6.  
  7. local Player = game:GetService("Players").KCROL --Replace KCROL with Your Name
  8.  
  9. local x = require(game:GetService("ServerScriptService"):FindFirstChild("ChatServiceRunner"):FindFirstChild("ChatService"))
  10.  
  11. if not x:GetChannel("All") then
  12.     x:AddChannel("All")
  13.     for i,z in next,game:GetService("Players"):GetPlayers() do
  14.         X:GetSpeaker(z.Name):JoinChannel("All")
  15.     end
  16. else
  17.     x:GetChannel("All"):SendSystemMessage("Chat Edit Script has loaded. Editing "..Player.Name.."'s chat.")
  18.     wait(0.1)
  19.     x:GetChannel("All"):SendSystemMessage("You can find this script on Pastebin! Go to KCROL_AdminLeaks's pastebin")
  20. end
  21.  
  22. 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
  23.  
  24. x:GetSpeaker(Player.Name):SetExtraData("ChatColor", BrickColor.new('Lime green').Color) --Also requires Color3, do not edit
  25. x:GetSpeaker(Player.Name):SetExtraData("NameColor", BrickColor.new('Lime green').Color) --Above
  26. x:GetSpeaker(Player.Name):SetExtraData("Font", "Highway") --You can edit your font.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement