Jump to content

Recommended Posts

Posted

"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.).

Posted

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

My job is to make tools you love, with the features you want, and performance you can't live without.

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...