Lua Destroy

[Solved] Lua Destroy | Lua - Code Explorer | yomemimo.com
Question : lua destroy

Answered by : dozer

local object = game.workspace.Part
object:Destroy()

Source : | Last Update : Fri, 11 Feb 22

Question : how to delete objects in lua

Answered by : gleaming-goshawk-he5qtzii7pe5

obj = Object()
obj:destroy()

Source : | Last Update : Tue, 31 Aug 21

Answers related to lua destroy

Code Explorer Popular Question For Lua