Weightlessness 360° in Space and Solar System

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 :slight_smile: 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!

38 Likes

Oh damn that’s actually pretty cool

3 Likes

Nice job! This tutorial can be useful to some people.

2 Likes

Absolutely astonishing. Keep up the good work. I’ll be experimenting with this as much as I can :slight_smile:

1 Like

How’d you make/allow the camera to rotate 360 degrees?

it’s because the player is rotating to wherever you’re looking which allows the camera to keep following where the player looks without the usual limits.

I scripted my own camera. You can look the code it’s open source

1 Like