so i made a script that use roblox lights to make some shadows but when i layered the lights the shadow on other lights don’t work so like 5 pointlights put inside the part and one of them work even tho all of them are shadow enabled and the rest don’t work like in this image
Nope its trust. There are 5 trust levels: Visitor, Member, Regular, Editor, Leader
Visitor: A newbie needs 4 hours of read time to rank up.
Member: Can post, reply, send dm etc. Used to be able to rank up via post approval OR if you send some very good bug reports to @Bug-Support they just may make you a regular.
Regular: Has access to #lounge can create bug-reports and feature-requests.
Editor: Can edit posts.
Leader: Can do everything. Mostly roblox staff have this.
if the shadow work it will u will see the difference and it will be more cinematic if u want more examples of the light tell me and what color or brightness
I’m not sure you mean by ‘it will be more cinematic’.
Can’t you just use 1 Neon Sphere to show the light source, then use 1 PointLight in it?
What do the two Scripts do in the Spheres?
1 other one is nothing the 1 is for creating the light and enabling it or turning it on
this what’s inside of it
local ez = require(game.ReplicatedStorage.EzScriptX)
local part = workspace:WaitForChild("Sphere")
local lighttest = ez.CreateLight(5,"PointLight",part,2,50,60,true,Color3.new(0.6313725490196078, 1, 0.43137254901960786))
lighttest:EnableLight()