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

How do I get Players to spawn the size i want?

Asked by 5 years ago

I'm lost, my brain has lost it cells. Um... how do i do this

1 answer

Log in to vote
-1
Answered by
AltNature 169
5 years ago
Edited 5 years ago

If you are lost on how to make them spawn the size you want, you may want to change their size inside a PlayerAdded function and then make another function that triggers when the player dies, and change the size of the player inside that.

game.Players.PlayerAdded:Connect(function()
                             -- Change size
end)

if character.Humanoid.Health == nil then
                       -- Change size
end
Ad

Answer this question