I’ve been working on a system for my Backrooms game involving proximity prompts. I have this code in a LocalScript in the proximity prompt and for some reason none of it works whatsoever, not even the print functions I added to debug it.
This is because LocalScripts do not run in workspace — the exception being that it is parented to a player’s character. Use a normal script and change the RunContext property to Client.