#how do i get all objects/parts with a tag inside a local script not server script
18 messages · Page 1 of 1 (latest)
Make sure the local script is in either playerscripts or startergui
Else localscripts wont execute
i just tried that, and it doesnt work still
Script?
sure thing
local CollectionService = game:GetService("CollectionService")
local Tag = "OutsideLights"
for _, Part in CollectionService:GetTagged(Tag) do
Part.Transparency = 1
end
basically
its not changeing the part
Make sure the parts are loaded in
** You are now Level 1! **