CoordinateFrame (Property): Difference between revisions
From Goodblox Wiki
Jump to navigationJump to search
No edit summary |
mNo edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{CatUp|Properties}} | {{CatUp|Properties}} | ||
There is a special property for Camera. | |||
{{Property| | {{Property| | ||
name = CoordinateFrame | name = CoordinateFrame | ||
|property = CFrame ''CoordinateFrame'' | |property = [[CFrame]] ''CoordinateFrame'' | ||
|description = Sets the exact position the camera is at, does not need a part or humanoid to look at | |description = Sets the exact position the camera is at, does not need a part or humanoid to look at | ||
|object = [[GBX.lua.Camera (Object)|Camera]] | |object = [[GBX.lua.Camera (Object)|Camera]] | ||
|}} | |}} | ||
<s>There is a special property for PVInstance objects.</s> | |||
{{Property| | {{Property| | ||
name = CoordinateFrame | name = CoordinateFrame | ||
|property = [[CoordinateFrame]] ''CoordinateFrame'' | |property = [[CFrame|CoordinateFrame]] ''CoordinateFrame'' | ||
|description = Deprecated. Use CFrame instead | |description = Deprecated. Use BasePart.CFrame instead | ||
|object = [[GBX.lua.PVInstance (Object)|PVInstance]]|}} | |object = [[GBX.lua.PVInstance (Object)|PVInstance]]|}} | ||
[[Category:Properties]] | [[Category:Properties]] |
Latest revision as of 21:54, 23 September 2021
There is a special property for Camera.
Property | |
---|---|
Name | CoordinateFrame |
Property | CFrame CoordinateFrame |
Description: | Sets the exact position the camera is at, does not need a part or humanoid to look at |
In Object: | Camera |
There is a special property for PVInstance objects.
Property | |
---|---|
Name | CoordinateFrame |
Property | CoordinateFrame CoordinateFrame |
Description: | Deprecated. Use BasePart.CFrame instead |
In Object: | PVInstance |