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

From Goodblox Wiki
Jump to navigationJump to search
(Created page with "{{CatUp|Class reference}} __NOTOC__ A Decal is an object that goes inside a Part. It allows you to place an image that is uploaded, such as a Shirt onto a player, wall, floor...")
 
mNo edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{CatUp|Class reference}}
{{CatUp|Class reference}}
__NOTOC__
A Decal is an object that goes inside a Part. It allows you to place an image that is uploaded, such as a Shirt onto a player, wall, floor, anywhere.
A Decal is an object that goes inside a Part. It allows you to place an image that is uploaded, such as a Shirt onto a player, wall, floor, anywhere.


Line 10: Line 8:
In addition to the global properties, the Decal also has these:
In addition to the global properties, the Decal also has these:


*[[Face]]
*[[Face (Property)|Face]]
*[[Shiny]]
*[[Shiny (Property)|Shiny]]
*[[Specular]]
*[[Specular (Property)|Specular]]
*[[Texture]]
*[[Texture (Property)|Texture]]


==Events==
==Events==
Line 21: Line 19:
[[Decals]]
[[Decals]]


[[Category:Goodblox Lua Objects]]
[[Category:GoodBlox Lua Objects]]

Latest revision as of 20:03, 23 September 2021

A Decal is an object that goes inside a Part. It allows you to place an image that is uploaded, such as a Shirt onto a player, wall, floor, anywhere.

Functions

The Decal object incorporates only the global functions.

Properties

In addition to the global properties, the Decal also has these:

Events

The Decal object incorporates only the global events.

See Also

Decals