Say I have a local part inside my players camera. And inside that part is a local script, and I have:
Player = game.Players.LocalPlayer --Script inside camera
Will this work?
Scripts do not run inside the camera. Any scripts you want must be run externally from an outside script. Sadly...