Hi everyone! I’m trying to create a local script that does something when a bunch of objects are in workspace.
I’ve tried the following script, but it doesn’t worked.
if workspace.Obj1 and workspace.Obj2 and workspace.Obj3 == true then
--the rest of the script
end
(There’s no problem that I’m using a local script, I’m only going to interact with the player gui)