Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

On player respawn event?

Asked by 9 years ago

need to make it when the plr respawns gives them the outfit in the model, i have that much, but removes their hats.

local m = script.Parent
local function onCharacterAdded(newPlayer)
  wait(.1)
m.AstroArm1:clone().Parent = newPlayer.Character
m.AstroArm2:clone().Parent = newPlayer.Character
m.AstroLeg1:clone().Parent = newPlayer.Character
m.AstroLeg2:clone().Parent = newPlayer.Character
m.AstroTorso:clone().Parent = newPlayer.Character
end 
game.Players.PlayerAdded:connect(onCharacterAdded)

1 answer

Log in to vote
0
Answered by 9 years ago

I think Welding them would be great.

0
Just saying, it adds them to the model. No need to weld UnchainedDarkness 0 — 9y
Ad

Answer this question