Wait for property
wait_for_propertyWaits until a property on a live Roblox client equals an expected value. Polls at intervals and stops when the condition is met or a timeout is reached.
Instructions
Wait client-side until a property equals a serialized expected value.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| pollMs | No | ||
| clientId | No | Connected client id; defaults to active client | |
| expected | Yes | ||
| property | Yes | ||
| timeoutMs | No |