i want to make a game without roblox players i mean i dont want them and i dont want to use custom character but i don’t find any way to remove roblox character. and using my own controller, or anything else.
thank you for reading!
i want to make a game without roblox players i mean i dont want them and i dont want to use custom character but i don’t find any way to remove roblox character. and using my own controller, or anything else.
thank you for reading!
What you could do is move the character to a point far away from the map, and change the player’s camera to instead follow your custom character. Then you could disable the character’s movement.
Place your custom character in StarterPlayer, and rename the character to “StarterCharacter”. That will replace player avatars with your custom character.
yes but the problem is i dont want use Roblox’s movement
this is good but i found another way
that i can disable auto Character load in players then make a script in StarterPlayerScripts to load our guis and done
You can just disable the default movement scripts by putting in a different script in starterplayer folder
If
LocalScript
s named “CameraScript” or “ControlScript” are placed within this folder, they will replace the Roblox defaults for those scripts respectively
StarterPlayerScripts | Documentation - Roblox Creator Hub
thank you! this is so useful