#A game without the users character.

9 messages · Page 1 of 1 (latest)

lilac pilot
#

Hi i want to make a game without the usage of the users character that is automaticly loaded in. I've read that simply preventing the player's character from spawning will cause issues.

How would i do this? If i simply change the camera and acting like the character does not exist - it will still create sounds and stuff like that.

mental pilot
#

So I'm not sure what your use case is here, but rather than making the player's character not spawn, you could just make their entire character invisible and not collidable once they spawn in. Then you could make the camera scriptable and just handle that however you would like

#

This way you dont run into the issues of lack of character, but its also not present in the game

#

You could also disable their movement and jump power and just have the camera be the only thing that is affected by inputs

final belfry
mild moth
#

Are you perhaps trying to load a custom character with a specific HumanoidDescription?

final belfry
lilac pilot