How to make a Respawning Dummy in Roblox Studio EASY

Аватар автора
Игровые Лидеры и Рекордсмены
In this video, I&show you how to make your own Respawning Dummy in Roblox Studio! Don&forget to Subscribe, Like, and Hit the Notification Below! Here is the script for some people are really lazy to write: local model = script.Parent local humanoid = model.Humanoid local respawnTime = 3 local modelClone = model:Clone() modelClone.Parent = game.ReplicatedStorage humanoid.Died:Connect(function() wait(respawnTime) modelClone.Parent = model.Parent model:Destroy() end)

0/0


0/0

0/0

0/0