Answers for "lua destroy"

Lua
1

how to delete objects in lua

obj = Object()
obj:destroy()
Posted by: Guest on August-24-2021
1

lua destroy

local object = game.workspace.Part
object:Destroy()
Posted by: Guest on February-04-2022

Browse Popular Code Answers by Language