-
Describe the bug. Describe what is happening when the bug occurs. Describe what you would normally expect to occur.
Under certain conditions my character’s hats are visible in lock first person mode only in Studio. This happens when 1: Lock first person mode is on, and 2: You move the characters into a Folder or Model after spawning. -
How often does the bug happen (Everytime/sometimes/rarely)? What are the steps that reproduce the bug? Please list them in very high detail. Provide simple example places that exhibit the bug and provide description of what you believe should be the behavior.
This happens every time without fail. The repro steps are- Wear hats
- Set game.StarterPlayer.CameraMode = LockFirstPerson
- When the player spawns, wait() and then move them into a Model or Folder located in game.Workspace
- Run the game
-
Where does the bug happen (www, gametest, etc) Is it level-specific? Is it game specific? Please post a link to the place that exhibits the issue.
The bug is replicated in this place with one script: FirstPersonStudioBug.rbxl (12.4 KB)
This happens every time in Studio under these conditions. -
Would a screenshot or video help describe it to someone? If so, post one.
-
For graphics bugs, it is sometimes helpful to know your system specs, especially graphics card.
I’ve tested this on four different devices. On this computer I have a GTX 1050 4GB mobile and an i5 7300HQ -
When did the bug start happening? If we can tie it to a specific release that helps us figure out what we broke.
This has been happening for over a year -
Anything else that you would want to know about the bug if it were your job to find and fix it.
I would assume it’s something to do with how the CameraScript is written. A workaround is to toggle the camera back to classic, wait, and then back to LockFirstPerson. This doesn’t if you start in Classic and zoom in, or start in Classic and then switch to LockFirstPerson.
1 Like