Roblox Studio | How to make a respawning NPC | Roblox Game Development

Аватар автора
Геймеры и Поиск Сокровищ
In this tutorial, i will show you how to make an NPC respawn Script: clone = script.Parent:Clone() function onDeath() wait(5) clone.Parent = game.Workspace script.Parent:Destroy() end script.Parent.Humanoid.Died:Connect(onDeath) #Scripting

0/0


0/0

0/0

0/0