Is it possible to make a local script run in currentcamera

Im working on a gun system with viewmodel, and im trying to add a lasersight but i want it to be client sided (only you can see), So i detect when the person equips a tool, and i clone a script that controls the laser into the viewmodel, even though it is enabled it isnt running, it wont print or anything. Anyone know why it wont? (Localscript)

LocalScripts can only run in certain container services. If you need to run something on the client outside of these containers, you can use a Script and change the RunContext property to Client.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.