What it does
decal.remove acts on decal: it removes. It takes id.
Signature
decal.remove(id)Arguments
id
Example · generated
function start() { decal.remove('main');}decal.remove is called with values of the shape its signature asks for. The code sits in start(), which the engine calls once, when the entity spawns.