blinkingcape Posted May 14, 2023 Share Posted May 14, 2023 "I want to make a script that when I touch a platform, the gravity decreases. Can someone give me a script for this and teach me how to put it correctly? (If it's in the documentation, I'm just stupid and couldn't find it.). Quote Link to comment Share on other sites More sharing options...
Josh Posted May 14, 2023 Share Posted May 14, 2023 There is a collision function in a new script you can uncomment and start using: Quote Script:Collision This function will be called whenever an object bumps into something else. You can use this to make a missile explode on impact, or make a sound play when an object falls. And then this function can change the world gravity: https://www.leadwerks.com/learn?page=API-Reference_Object_World_SetGravity Quote My job is to make tools you love, with the features you want, and performance you can't live without. Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.