#why is this not working.

1 messages · Page 1 of 1 (latest)

gritty fern
#

i have read every single line and theres no reason for it to not be working. i can show images of the game structure if needed.

pseudo nacelle
#

Any errors and what are you trying to do?

#

@gritty fern

gritty fern
#

the problem is it doesnt create the motor6d nor the spear

pseudo nacelle
#

Ah I see

#

What is Spear?

gritty fern
#

its a stringvalue in the starterpack

pseudo nacelle
#

And is this a client or server script?

gritty fern
pseudo nacelle
gritty fern
#

??

#

how else would i store the equipped spear.

pseudo nacelle
#

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?

gritty fern
#

i put it in the .value

#

i had it as .value in the script first then i removed it because it didnt work

pseudo nacelle
#

When you use :WaitForChild, you would want to use .Value to get the name of the spear

gritty fern
weak sinew
#

waitforchild takes string

#

use :clone method

#

it returns the cloned object itself which you can put in a variable