how to make death effects | studio lite
HTML-код
- Опубликовано: 8 фев 2025
- Script:
pastebin.com/D...
Local script (with sound inside it):
local humanoidRootPart = script.Parent:WaitForChild("HumanoidRootPart")
humanoidRootPart:WaitForChild("Died").SoundId = script:WaitForChild("Sound").SoundId
Local script:
script.Parent:WaitForChild("Humanoid").Died:Connect(function()
game.ReplicatedStorage.DiedRE:FireServer()
end)
My brother channel: youtube.com/@f...
Animation: www.roblox.com/...
Thanks for watching!