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

Is there a way you can move an object into the StarterPlayer?

Asked by 7 years ago
Edited by OldPalHappy 7 years ago

I figured out a way to make a character change to a fully rigged character, atleast in my head I did. So it would move the group StarterCharacter into the StarterPlayer folder. Once its moved the player should transform?

My question is, is it possible to move things like that around in the workplace using a script?

Could I move something to the StarterPlayer and on death remove it?

0
you need the players character then its humanoid, name it char if char == 0 then player.tool:Destroy() greatneil80 2647 — 7y

1 answer

Log in to vote
0
Answered by 7 years ago

Just write objectname.Parent = StarterPlayer and then write an onDeath function and then object:Destroy(). I wont do the whole thing for you but that should solve your problem

Ad

Answer this question