How do i prevent platformer characters moving with a moving object

i dont have anything to say just watch the video

Videos

this is expected because the ground is moving but i dont want that

What are you doing here? Do you understand what changing the x offset actually does?

Here’s an explanation of how drawing a sprite from an offset works

If the ground object is using the platform behavior, it doesn’t matter if it’s on another layer, platformer character objects standing on the platform object will move along with it. You will not be able to disable this, although you might be able to fake some of it using forces event actions (although this will break movement for your player).

Your only option would to be to disable the platform behavior on your ground object, and have a separate object with the platform behavior that doesn’t move (and is hidden at the start of the scene).

Also, please note: Just posting a video won’t be enough information for people to be able to help you.

In the future, you’ll want to include at least the following:

  • What you’re trying to accomplish
  • What you’ve already tried
  • A screenshot of your events and/or object setups (video leads to compression and artifacting and makes it hard to read for some folks)