to look like in these places: ☄️ Obby But You're A CUBE - Roblox
or [UPDATE!] Obby but you're a ball - Roblox please help me!
I’m assuming you want the player to be a shape which always rolls as if it was a sphere. If that’s the case, the visible part would be uncollidable, and it would be welded to an invisible collidable sphere which is it’s humanoidrootpart.
Also, don’t make two topics for the same thing. Instead, bump this one by replying to it with more information on your issue.
yes, I just want all objects to spin like a sphere, but I don’t know how to do it, since I’m not a very good programmer and I tried to make at least some scripts or change scripts from tutorials, but I can’t._.
And also sorry for double sent my topic
If you’re making a game like Obby but your a [shape]
, you would most likely need to script a character controller. It can be as simple or complex as you wish. It would use:
-
AssemblyLinearVelocity
property - BodyMover objects
- Custom characters
- Setting network ownership
yes im creating place: “The name of the place has been hidden!”
and if you could help me now or explain how to do it all in this, I would be very happy
Since the movement should be compatible with computer, mobile, and console, the controller should be modular. This means, there will be functions which encapulsate your movement logic, which will be used in multiple places to avoid boilerplate code. For computer and console input, use ContextActionService
, and for mobile, try to either implement a joystick and jump button, or work off of roblox’s joystick somehow.
I’ll try, but I would like to know if it is necessary to write a script so that all types of parts move?
Yes, none of those obby games use the default character controller. Cubes don’t move like humans!
I tried it, but it’s not what I wanted to do there because I wanted the character to be able to change at any time, for example, to a sphere or a cube, but it turns from the very beginning and there is no tutorial to do it for the phone
oh what should i do now? I need help
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.