Anaminus / roblox-bug-tracker

Formerly an unofficial bug tracker for Roblox.
33 stars 24 forks source link

Strange script causes camera outside Player #799

Open green-new opened 8 years ago

green-new commented 8 years ago

Whilst writing a script that would be able to rotate a player, I came across a peculiar script that caused my camera to be outside of my usual player model. I don't know why this happens, not sure if it's a bug or it's just how ROBLOX works.

This video explains it better than I do: https://www.youtube.com/watch?v=K3C5uvNQGbE Link to script: https://www.roblox.com/Bugged-script-item?id=472713257

Sorry for my ignorance if this is the wrong repository.

Edit: As for reproducing this bug, it seems to work in both Studio and ROBLOX Player: https://www.roblox.com/games/31361079/Scripting-tests-2

einsteinK commented 8 years ago

Is the Camera following the HumanoidRootPart? It seems as if your code detached the HumanoidRootPart from the other parts. As by chance, the Head and Torso align, so they get jointed keeping you alive.