Changed (Event)/property: Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Camoy
No edit summary
>Camoy
No edit summary
(No difference)

Revision as of 11:54, 3 January 2011

Changed ( String Property )
Description Fired after the specified property is changed.
Member of: Instance


Example
local function wChange(prop)
  print(prop) --most likely DistributedGameTime
end
game.Workspace.Changed:connect(wChange)