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...") |
mNo edit summary |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
{{CatUp|Class reference}} | {{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 location, many things. | 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== | ==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: | [[Category:GoodBlox Lua Objects]] |
Latest revision as of 20:02, 23 September 2021
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: