-
What do you want to achieve? Keep it simple and clear!
For an ability system in my game, you can unlock the moves via a gui and the tool will be sent to the player’s backpack. But when my tool is parented to their backpack, it refuses to work and yields no errors in output. The tool does work when parented to the backpack from the start, but I need it to be parented with this method. -
What is the issue? Include screenshots / videos if possible!
Giving player the tool via serverscript.
Top part of the local script in tool, may be main cause of issue?
-
What solutions have you tried so far? Did you look for solutions on the Developer Hub?
I have tried disabling the scripts before I re-enable them in backpack,
I have tried different locations to keep the tool,
I have tried defining Character in different ways in the tool local script and never works, etc.