Advertisement
HowToRoblox

KillFeedPart

Feb 11th, 2021
4,988
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.22 KB | None | 0 0
  1. --KILL FEED PART
  2.         if touch.Parent.Humanoid.Health < 1 then
  3.  
  4.  
  5.             local killFeedMsg = script.Parent.Parent.Name .. " killed " .. touch.Parent.Name
  6.  
  7.             game.ReplicatedStorage.OnPlayerKilled:FireAllClients(killFeedMsg)
  8.         end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement