I create platforms moving , when "i play as cllient" my character cant use I'm getting through it. What i wrong?

Hi,

I created moving platforms and want test it with play as client for multiplayer. I cant stand in the platforms i get pass through them. Someone have an idea?

Need to code blueprint differently for multiplayer?

The with line is a "spline2, and can’t pass it like invisibe wall.

Thank for reponse.

If it works in singleplayer, then it sounds like your moving platforms are not synchronized between server and client, so they do not appear on client at the same place as they are on server.

Generally when this happens there is a slight movement hiccup when the client thinks he is landed but the server corrects him saying he’s falling down below. Providing a video of the issue would help confirming that is the case.

As for the resolution, it obviously depends on how you implement the movement. If you are using Timeline, iirc you should to ensure the following points :

  • enable replication in actor properties
  • disable movement replication in actor properties
  • enable replication in timeline properties
1 Like

Hey, thank for response,

I create more simple platform and made a video as your demand and i put it my blue print. Im shaking again.

BP_Platform_Need_FixIt.uasset (28.4 KB)

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.