Spinning objects

This commit is contained in:
2024-04-01 22:59:28 -04:00
parent ef8ceb723f
commit be99c7d986
8 changed files with 122 additions and 65 deletions

View File

@@ -9,7 +9,7 @@ export type Effects = {
}
local Lighting = game:GetService("Lighting")
local mat_fullbright = false
local mat_fullbright = game:GetService("RunService"):IsStudio()
local Lighting_PropsTree: LightingProps = {
["Ambient"] = mat_fullbright and Color3.new(1,1,1) or Color3.fromRGB(40,40,40),