|
| 12 Oct 2011 01:50 PM |
so this here is my script, if there is a way to put something in a player's StarteGear strait form the StarterPack without a script, stop right here and tell me. if not, then i have this script that when a player joins the game i want it to clone itself from the player's backpack into StarterGear.. its cloning but not disabling so it exponentially multiplies every time the player dies... 2 > 4 > 8 > 16 > 32 >64 > 128 > etc.. any ideas?
heres what i have..
wait(5) if script.Parent.Parent.Name ~= "StarterPack" then script.Parent:clone().Parent = script.Parent.Parent.Parent.StarterGear wait(1) script.Disabled = true end if script.Parent.Parent.Name == "StarterGear" then script.Disabled = true end |
|
|
| Report Abuse |
|
|
| |
|
| |
|
| |
|
|
| 12 Oct 2011 02:29 PM |
| really? nobody can help me? |
|
|
| Report Abuse |
|
|
| |
|
|
| 12 Oct 2011 02:55 PM |
Output?
-The guy with the siggy that little kids find inappropriate yet it isn't. |
|
|
| Report Abuse |
|
|
| |
|