how do i make it run when i respawn?
for I,v in pairs(Workspace.LetsAllGo:children()) do if v:IsA("BasePart") then v.Transparency = 1 end end f = Instance.new("Fire") f.Parent = game.Workspace.LetsAllGo.Head f.Color = Color3.new(255, 85, 0) f.SecondaryColor = Color3.new(255, 255, 17) f.Size = 3 game.Workspace.LetsAllGo.Head.face:remove() game.Workspace.LetsAllGo.Humanoid.WalkSpeed= 100 game.Workspace.LetsAllGo.Humanoid.MaxHealth = math.huge
Marked as Duplicate by User#2
This question has been asked before, and already has an answer. If those answers do not fully address your question, then please ask a new question here.
Why was this question closed?