#why is this not working.
1 messages · Page 1 of 1 (latest)
no errors jn the output and im trying to parent a spear mesh to the players model and then make a motor6d so it goes in the players back
the problem is it doesnt create the motor6d nor the spear
its a stringvalue in the starterpack
And is this a client or server script?
startercharacterscripts
Gross but ok
A lot of ways but this works
No need to do this btw
Just do Player.CharacterAdded
You already defined your player here
And do you name the string value or put the spear name in the .Value property?
i put it in the .value
i had it as .value in the script first then i removed it because it didnt work
When you use :WaitForChild, you would want to use .Value to get the name of the spear
did it like this, still doesnt work
raaaaaaaagh
waitforchild takes string
use :clone method
it returns the cloned object itself which you can put in a variable