Search
 
SCRIPT & CODE EXAMPLE
 

LUA

how to make a color changing brick in roblox studio

local MyPart = script.Parent
while wait(0.1) do
	MyPart.BrickColor = BrickColor.random() 
end 
Comment

PREVIOUS NEXT
Code Example
Lua :: what is script.Parent? 
Lua :: lua add 1 to a variable 
Lua :: lua while loops 
Lua :: do while lua 
Lua :: what does local mean in roblox 
Lua :: lua list of all keys 
Lua :: What is transparency in roblox 
Lua :: lua toggle 
Lua :: lua string to date 
Lua :: roblox studio rain 
Lua :: how do i do a wait lin lua replit 
Lua :: roblox rotate head with camera 
Lua :: run a function in lua 
Lua :: lua ban 
Lua :: lua how to default value if nil or false 
Lua :: lua teleport 
Lua :: Lua how to comment 
Matlab :: matlab number to string 
Matlab :: matlab 1d matrix declarationg 
Matlab :: matlab text subscript 
Basic :: basic authentication bash 
Basic :: visual basic non modal message box 
Elixir :: elixir module 
Elixir :: elixir enum map_every 
Scala :: find a list of strings inside string 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 :: unhide rows in excel 
Perl :: perl $ @ % 
Pascal :: pascal sleep 
Powershell :: change increase windows scroll bar slider width 
ADD CONTENT
Topic
Content
Source link
Name
9+7 =