Search
 
SCRIPT & CODE EXAMPLE
 

LUA

how to delete parts with a script in roblox studio

local part = Instance.new("Part", Workspace)print(part.Parent)--> Workspace part:Remove()print(part.Parent)--> nil part.Parent = Workspaceprint(part.Parent)--> Workspace
Comment

PREVIOUS NEXT
Code Example
Lua :: roblox math.random 
Lua :: how to define a player roblox studio 
Lua :: for loop roblox 
Lua :: What is transparency in roblox 
Lua :: lua clear table 
Lua :: roblox how to detect human touchinhg 
Lua :: Best way to get player from character? 
Lua :: lua string length 
Lua :: lua push to aray 
Lua :: lua how to make a click to activate button 
Lua :: local in script lua local 
Lua :: Lua how to get the index of a nested table 
Lua :: https://web.roblox.com/games/1334669864/Lua-Learning-Bloxy?refPageId=e6fa4d30-3657-463c-b6f0-a32a84183315 
Lua :: lua how to print NUMBER 
Lua :: lua add to table 
Matlab :: matlab font size axis 
Matlab :: matlab set fig zoom 
Matlab :: matlab 1d matrix declarationg 
Matlab :: how to decrypt a code in mat 
Basic :: Console.OutputEncoding c# 
Basic :: VBA Initialise/Initialize String/Number Array (not variant) 
Elixir :: elixir enum flat_map 
Elixir :: elixir string show inner binary 
Scala :: scala order list 
Scala :: scala check if seq container true booleans 
Excel :: google sheets sort column by element frequency 
Perl :: perl regex syntax 
Pascal :: pascal input 
Powershell :: takeown command 
Clojure :: Clojure defn 
ADD CONTENT
Topic
Content
Source link
Name
7+7 =