Changed (Event)/property: Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Trappingnoobs
removed category methods
>Trappingnoobs
removed category methods
(No difference)

Revision as of 19:16, 1 February 2012

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)