GBX.lua.CFrameValue (Object): Difference between revisions
From Goodblox Wiki
Jump to navigationJump to search
Pizzaboxer (talk | contribs) (Created page with "{{CatUp|Class reference}} A CFrameValue is a very simple object; it holds a CFrame set. This value can be used for scripts to communicate, for objects to move to a preset loc...") |
Pizzaboxer (talk | contribs) No edit summary |
||
Line 4: | Line 4: | ||
==Functions== | ==Functions== | ||
The | The CFrameValue only incorporates the global functions. | ||
==Properties== | ==Properties== | ||
Like any Value object, the | Like any Value object, the CFrameValue only has one special property: | ||
*[[Value]] | *[[Value]] | ||
==Events== | ==Events== | ||
In addition to the Global Events, | In addition to the Global Events, CFrameValue also has this Event: | ||
* [[Changed (Event)]] | * [[Changed (Event)]] | ||
[[Category:ROBLOX Lua Objects]] | [[Category:ROBLOX Lua Objects]] |
Revision as of 11:25, 23 June 2020
A CFrameValue is a very simple object; it holds a CFrame set. This value can be used for scripts to communicate, for objects to move to a preset location, many things.
Functions
The CFrameValue only incorporates the global functions.
Properties
Like any Value object, the CFrameValue only has one special property:
Events
In addition to the Global Events, CFrameValue also has this Event: