Why doesn't this work?

Still nothing. This is really strange.

Ok so the ScreenGui is not getting parented to the PlayerGui at all…Hmm

OK i figured it out, change the RequiresHandle property of the tool to false

2 Likes

The script isn’t running since there is no Handle to the tool, and the property “Requires Handle” is active inside it.

You can:

  1. Disable that property
  2. Add a part inside the tool named “Handle”. That will be what the player will physically hold.

If there are still errors in your script, use this one:

Don’t forget the ‘)’

1 Like

A post was merged into an existing topic: Feedback - Bypassing the 30 Character Limit