Skip to content

Api > SyncVar > Flush()


SyncVar.Flush()⚓︎

Send the value of this variable to other clients again. You do not need to call this function to send the value of the variables to other.

Usage⚓︎

---@type SyncVar
local syncvar;


syncvar.Flush()