Altering Properties
Figuring out find out how to change the properties of elements and different objects by code is a key element to programming in ROBLOX Lua. On this tutorial we’ll cowl find out how to change properties by demonstrating on a easy baseplate.
Code on this tutorial:
sport.Workspace.Baseplate.Transparency = 0.5
source