Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function DeathEffect(obj_Player)
- local hum = obj_Player.Character:FindFirstChildWhichIsA'Humanoid'
- if hum then
- hum.Died:Connect(function()
- obj_Player:LoadCharacter()
- end)
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement