Stuck on debugging game

I have a feature in my game where when a player steps on a part, it moves a SurfaceGui to the part that was stepped on.
The feature works in Play mode, as well as when I create a local server to run it. However, the feature doesn’t work while playing the game normally. Any advice on how I could debug this?

You can try to identify which parts of the code handle this behavior and make a post in #help-and-feedback:scripting-support with it; make sure to explain the issue in detail and the parts of the code which are not working as expected.

2 Likes

I figured it out, I was using Attributes, and I don’t think Beta Features work in live games. I removed the implementation and everything is working. Thanks for the feedback