it just suddenly broke, I have no idea how, and when testing it in studio or posting the game for public it still does not work, please help. the camera seems to be stuck under the terrain.
it just suddenly broke, I have no idea how, and when testing it in studio or posting the game for public it still does not work, please help. the camera seems to be stuck under the terrain.
Have you searched for any scripts that might be the problem to that occuring? Honestly I haven’t stumbled upon something like this myself, but I have seen it a while back on games that used the exploit saveinstance()
. The character would not load and only the map would be present.
are you suggesting a virus of sorts?
Not suggesting, however it could be. What I am suggesting is check all of your scripts as one of them could be the issue.
i am also very annoyed because its one of my most popular games
Not what I am saying. I am saying check all of your scripts. saveinstance() is an exploit side part and will only not allow your player to load if you have downloaded a .rbxl file that was received with the saveinstance().
how do I check all my scripts for such a thing?
I don’t understand. I’ve made it clear that I want you to CHECK YOUR SCRIPTS overall. Not by searching for saveinstance()
There are common scripts that make your character not load. The case could also be if you have a custom spawn script of sorts.
check them for what, specifically?
First of all, I’ll start off by asking you. Do you have any custom spawn scripts?
no, i do not, before it broke my co-worker was online on the game too, he added and removed somethings from the toolbox which might have injected suspicious scripts
Alrighty, what I’ll need you to ask is head over to Players and open its properties. Tell me if CharacterAutoLoads is enabled.
By unchecking this particular property it may be the cause of your issue. After disabling it my character does not load.
aw man, it wasn’t enabled ima test it
Aha! Then your game is safe after all!
thank you so much for your time taken on my petty little bug
No worries. Good luck on your game!
now I’m wondering how it was ever un-checked.