Gravity Zone Kit
- Demo place: Open Source Gravity Zones - Roblox
- Repo: GitHub - KendallCole/RobloxGravityKit
Kit to easily add “Gravity Zones” that you can design levels with.
I’ve been working on a game using this system. I figured some other people out there may also want to use it.
Gravity mechanics are a modified version of @EgoMoose’s old Wallstick GitHub - EgoMoose/rbx-wallstick: A system for sticking characters to surfaces within Roblox
Usage:
Add a folder “GravityZones” into the workspace. Parts in that folder will be gravity zones.
For each gravity zone part, you can configure the following attributes:
- “Gravity” - Strength gravity will be on that zone
- “Priority” - Can be useful for overlapping zones. Higher priority zones will be considered first
- “REVERSE” - Whether the gravity for that zone is push or pull
Note: I ripped this out of a project I currently am working on. There may be some unneeded junk I left along the way . If anyone ends up using this, I’d love to see!