Search
 
SCRIPT & CODE EXAMPLE
 

LUA

lua event

--note : a event is going to active something when is done. the event is gonna fire.
--this time we will do the simplest event. touched

local brick = script.parent

brick.Touched:Connect(function() --when touched the funtion will fire
    brick.Transparency = 0.5 --this is an example
Comment

PREVIOUS NEXT
Code Example
Lua :: Startswith function in lua 
Lua :: for loop lua 
Lua :: roblox destroy game script 
Lua :: how to delete parts with a script in roblox studio 
Lua :: lua documentation 
Lua :: lua indexof 
Lua :: append to array lua 
Lua :: fivem commands lua example 
Lua :: convert string to lowercase lua 
Lua :: roblox hotkey script 
Lua :: free roblux 
Lua :: local in script lua local 
Lua :: when do true loop on roblox lua 
Lua :: lua scp 914 card script 
Lua :: how to add a damage decimal in roblox studio 
Lua :: global variables lua 
Matlab :: matlab symbolic derivative 
Matlab :: pyspark dense 
Matlab :: matlab select element of matrix 
Basic :: how to add basic authentication on haproxy backend server 
Basic :: visual basic how to determine if an array already contains an item 
Elixir :: elixir guard 
Elixir :: mix install phoenix 
Scala :: scala random number 
Scala :: scala home set up 
Actionscript :: docker compose enable rabbitmq enable plugins 
Excel :: and in excel 
Perl :: Perl (perl 5.28.1) sample 
Pascal :: pascal online compiler 
Gdscript :: godot check if in exported version 
ADD CONTENT
Topic
Content
Source link
Name
8+2 =