Talk:RobloxLocked (Property)

From Legacy Roblox Wiki
Revision as of 18:00, 31 December 2010 by >ArceusInator (hmmm)
Jump to navigationJump to search

Names can be deceiving, this is not what RobloxLocked does at all.

Example
In the Command bar.
game.Workspace.Part.RobloxLocked = true
In a Script run thereafter.
game.Workspace.Part.Anchored = true

It works successfully. CamoyContribs (December 31 2010)

Well then what is it for? I see this when testing:

Example
In the command bar, I run
print( game.CoreGui.RobloxGui.RobloxLocked ) --> true
print( Workspace.RobloxLocked ) --> false
In a script, I run
print( game.CoreGui.RobloxGui:GetChildren() ) --> s RobloxGui
print( Workspace:GetChildren() ) --> table: xxxxx

--ArceusInator 18:00, 31 December 2010 (UTC)