Is there a way to use the 'flip gravity' extension without having to use a specific key input?

Im trying to add an ‘anti gravity’ zone to my game. the issue is the ‘flip gravity’ extension REQUIRES a key input to work. I don’t want to use a key, I just want it to FLIP

Why use an extension for this? There is already an action to change gravity included with platformer:

I replied to your message on discord showing you what to edit in extension to remove need for key

Don’t do what Magicsofa suggests cause it will break a lot of what flip gravity extension would do
Like jumping for example

Editing extensions is not a great solution either, since any update to the extension will overwrite your changes.

I sometimes wonder do you think before you say something
Personally i believe you don’t
And somehow you did not prove me wrong yet

So how about

Option A
Set gravity to negative value and be unable to jump from ceiling
(not to mention it will break other stuff)
Which would end you up in no different situation than just adding force to object toward angle -90

OR
Option B
Learn how to edit extension to remove requirement of key being pressed
Which is literally removing 1 param and 1 condition
And repeat it if extension gets updated

I think you convinced me option A is better

Next time you say something stupid i just gonna block you

A.i. wrote this reply ^

Wow you are smart
How did you know i use chat gpt to get answers?

Actually NVM i used chat gpt to verify are you smart and seems A.I. proved me wrong

Welcome to the community. Sorry for the chat being clogged up. Which way did you end up going with?