GBX.lua.CFrameValue (Object): Difference between revisions

From Goodblox Wiki
Jump to navigationJump to search
(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...")
 
No edit summary
Line 4: Line 4:


==Functions==
==Functions==
The BrickColorValue only incorporates the global functions.
The CFrameValue only incorporates the global functions.


==Properties==
==Properties==
Like any Value object, the BrickColorValue only has one special property:
Like any Value object, the CFrameValue  only has one special property:


*[[Value]]
*[[Value]]


==Events==
==Events==
In addition to the Global Events, BrickColorValue also has this Event:
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: