Search
 
SCRIPT & CODE EXAMPLE
 

LUA

color3 not working lua

--If you are using Color3.new it will NOT work for RGB Instead use Color3.fromRGB
local green = Color3.fromRGB(0,0,255)
--The bug is because Color3.new only supports numbers from 0 to 1
Comment

PREVIOUS NEXT
Code Example
Lua :: roblox how to find something in table 
Lua :: roblox table.find 
Lua :: roblox studio random part color 
Lua :: roblox go thru all players 
Lua :: dictionnary lua 
Lua :: roblox rotate model 
Lua :: what is the point of local varaibles in lua 
Lua :: do while lua 
Lua :: roblox random number generator 
Lua :: lua game code 
Lua :: roblox how to detect human touchinhg 
Lua :: lua oop 
Lua :: roblox player chatter event 
Lua :: roblox rotate head with camera 
Lua :: how to make a day/night script roblox 
Lua :: fivem get closest player 
Lua :: lua hash keys 
Lua :: open while loop lua 
Matlab :: matlab parameter in title 
Matlab :: matlab complex numbers 
Matlab :: matlab tf get poles 
Basic :: theme leaf concatenate 
Basic :: Loop inner fiter() 
Elixir :: elixir fibonacci 
Elixir :: elixir variables 
Scala :: scala remove element from list 
Actionscript :: how to take value only from the checked checkbox 
Excel :: excel paste delimited text into separate columns 
Perl :: unique in perl 
Pascal :: pascal while 
ADD CONTENT
Topic
Content
Source link
Name
8+9 =