Trouble getting Local Script to run

So i want to create a tool that spawn on top of player. The problem is the LocalScript wont run, only server script is running. I have checked the script location ensuring that the LocalScript is in the PlayerScript, i’ve also added print statement but it doesnt show any output.

2 Likes

LocalScripts cannot run in StarterPlayer. I believe you have StarterPlayer and StarterPlayerScripts confused. However, this localscript should be parented to the tool.

1 Like

My bad, thank you for your help!

1 Like