I'm trying to make an obby transparent/not transparent depending on if your in it or not using tags, but the script i have right now seems really inefficient especially considering ill have a bunch more things that will have to be turned transparent/not transparent and was wondering if anybody could think of a better way
also sorry for it being in a text file, discord said i was over the character limit
#Any more efficient way to do this?
1 messages · Page 1 of 1 (latest)
A better way is to first collect all the parts you wanna make transparent or visible just once at the start (so your not finding them over and over) then only update their transparency when the player's tag actually changes like no need to run checks every 0.1 seconds @limpid wedge