Change Gravity only at a certain place

Hi Guys
I am working on a space station build and I need the players to lose gravity and levitate only outside the space station how can I do it

2 Likes

You could,
Make a region3,
When the player enters, make gravity 196.2 (Default).
When he leaves, make gravity 100 or whatever.

You can also use a touched event if you want.

5 Likes

Ok thankzzzz I will try it out

3 Likes

@MEMPHISCULT1939 can u please give some sample code of changing the gravity

1 Like

You only need to change the gravity in the client.

2 Likes

So u can change the gravity in client, hmm interesting. So I have seen some people using body velocity and body force for changing gravity.alsoo can u make the part massless to change its gravity.

Well, it would create an effect like that

2 Likes
workspace.Gravity = 100
1 Like