How to create CUSTOM DEATH MESSAGES + CUSTOM DEATH EFFECT in YOUR GAMES! (Roblox Studio)

Опубликовано: 01 Март 2026
на канале: CalumHD
7,227
225

This is probably the longest video I ever made.

----------------LocalScript (put in ScreenGUI)-----------------
-- variables

local player = game.Players.LocalPlayer or game.Players.PlayerAdded:Wait()
local character = player.Character or player.Character:Wait()
local humanoid = character:WaitForChild("Humanoid")

-- code

humanoid:GetPropertyChangedSignal("Health"):Connect(function()
if humanoid.Health==0 then
local value = math.random(1,5)
-- i have only 5 gui so i am having just upto 5
-- you can have as many as you want!!!
print(value) -- just to see what number came up!! (not required)
script.Parent:FindFirstChild(value).Visible = true
end
end)

-----------------------Custom Death Effect Model--------------------------
https://web.roblox.com/library/464209...

-------------------Discord------------------
Discord Server:   / discord  

-------------------Social---------------------
ROBLOX Profile: https://web.roblox.com/users/52552439...


I have no other channel than this. Anyone pretending to be me is fake.