Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using the <local player> value in WorldBuilder often triggers a mismatch in-game. #386

Open
AdrianeYves opened this issue Mar 6, 2025 · 0 comments
Labels
Bug Something is not working right Major Severity: Minor < Major < Critical < Blocker

Comments

@AdrianeYves
Copy link

AdrianeYves commented Mar 6, 2025

Area(s) with this issue?

This bug is a graphical glitch or error

Describe the issue

local player is quite useful because it allows defining the player without needing to reference their specific index (e.g., "player-0 to player-7"). This means that using local player, an action can be triggered for all players without having to write separate scripts for each one—saving a lot of effort compared to manually creating eight scripts.

Unfortunately, local player tends to cause mismatches in multiplayer matches. While there are some scripts where local player works without issues, making it function correctly often requires using unconventional or "quirky" methods to avoid desync problems.

Steps to reproduce

  1. Select a script that using a player as its default value in worldbuilder...
  2. Select Local Player ...thats pretty much it

Attachments

No response

@AdrianeYves AdrianeYves changed the title Using the <local player> value in worldbuilder most of the times triggers a mismatch in game Using the <local player> value in WorldBuilder often triggers a mismatch in-game. Mar 6, 2025
@tintinhamans tintinhamans added Bug Something is not working right Major Severity: Minor < Major < Critical < Blocker labels Mar 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something is not working right Major Severity: Minor < Major < Critical < Blocker
Projects
None yet
Development

No branches or pull requests

2 participants