Hi everyone, I have made a Weightlessness system, with 360° rotation with a space jetpack. And I decided to make it open source (uncopylocked)!
The idea is simple, the player become an Astronaut and can explore the Solar System.
Start with a demo, this will be fun.
-
As you can see the Solar System is animated, this animation is client side but all players in the server will see the planets in the same location. Positions of planets are calculated with time stamp. This allows maximum fluidity of movement.
-
I made my own camera script so that it is suitable regardless of the character’s orientation.
-
Players character is Humanoid.PlatformStand true and physic is calculated client side on Heartbeat (an event of run service)
-
I still want to clarify something: I only made scripts for this uncopylocked game. Builds came from the toolbox.
Another demo for fun
- Yes the sun burns the player. (yes this is a detail but this detail is important)
Questions you are probably asking yourself: Where I can test this? And where I can get the uncopylocked?
https://www.roblox.com/games/5816094357
How can I use this system in my game?
- This is made by Florianne10 for one unique goal: To allow people to use it however they want in their own game.
Must Florianne10 be mentioned in the credits of my game?
- It’s your choice. If you want, you can. I did this for the purpose that you use it as you want. It is not obligatory to quote me in credits. It is optional
If you have questions you can ask me in this topic! I will reply when I have time.
Have fun!