Advertisement
HowToRoblox

KillFeedMessage

Feb 11th, 2021
4,898
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.25 KB | None | 0 0
  1. game.ReplicatedStorage.OnPlayerKilled.OnClientEvent:Connect(function(msg)
  2.    
  3.    
  4.     game.StarterGui:SetCore("ChatMakeSystemMessage",
  5.         {
  6.             Text = msg,
  7.             Color = Color3.fromRGB(5, 255, 63),
  8.             Font = Enum.Font.SourceSansBold,
  9.             TextSize = 18,
  10.         })
  11. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement