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
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
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us