Search
 
SCRIPT & CODE EXAMPLE
 

LUA

delete part on touch roblox

function onTouched(hit)
2	if hit.Name == 'BuildingBrick' then
3	hit:Destroy()
4	end
5	end
6	script.Parent.Touched:connect(onTouched)
Comment

PREVIOUS NEXT
Code Example
Lua :: convert number to string lua 
Lua :: FiveM Lua How to create table of all online player id 
Lua :: roblox rotate head with camera 
Lua :: roblox get how many players in server 
Lua :: random number genarator 
Lua :: attempt to call a string value lua 
Lua :: random number lua 
Lua :: gettable 
Lua :: Roblox studio increase variable when holding W 
Lua :: Lua dynamic variable name 
Lua :: lua catch error 
Lua :: how to activate a command if someone wears a accessory in lua roblox 
Matlab :: matlab symbolic function 
Matlab :: matlab root finding function 
Matlab :: cumprod matlab 
Matlab :: SAVE TABLE IN MATLAB 
Basic :: watch starward ascii command 
Basic :: fill in the commands belllow if you wanted to map a value saved in the variable count from one tange to another 
Elixir :: elixir ecto query to sql 
Elixir :: elixir alias __module__ 
Scala :: how to transform Nil to None scala 
Scala :: reduce scala 
Actionscript :: DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. 
Excel :: excel auto adjust row heights 
Perl :: perl add key to hash 
Pascal :: pascal read 
Powershell :: powershell take ownership recursive command 
Gdscript :: godot update value in progressbar 
Assembly :: vmware workstation player disable side channel mitigations 
Assembly :: that long word from mary poppins 
ADD CONTENT
Topic
Content
Source link
Name
3+5 =