-
What do you want to achieve? Keep it simple and clear!
So recently i have made a game using roblox’s free battle royale guns, here they are: Weapons Kit | Roblox Creator Documentation, and I noticed 2 problems. When one player picks up a gun then the rest of the players cameras also get moved to the shoulder camera and also I want to be able to disable the shoulder camera/shift lock when you are not equipping the gun. -
What is the issue? Include screenshots / videos if possible!
I have tried this but it has been buggy. -
What solutions have you tried so far? Did you look for solutions on the Developer Hub?
I have tried Devforum and YT.
1 Like
Untested theory: a localscript is executing in ReplicatedStorage. After the scripts were changed to be able to run localscripts in workspace, maybe a script now runs from an unexpected place. Can be tested by wrapping localscript in an if statement that checks if script parent is descendant of workspace.
There is a mention in the article you linked, of where you can configure camera.
I used the bow an uncooylocked game. I remember finding a fix in devforum for something, that I had to add in, related to camera. You are welcome to see if it is of any use to you.
1 Like