Changed (Event)/property: Difference between revisions

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

Revision as of 00:08, 2 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)