#Getting all objects with a specific tag, and adding them to a raycast blacklist

1 messages · Page 1 of 1 (latest)

coarse falcon
#

hell, i can't even print the tag of the cloned part from the server script that it derives from.

nimble pike
#

remote events?

#

what are you trying to accomplish? Have the cusor not appear on certain parts?

coarse falcon
#

I figured, since the raycast params are located in a local script, a way to access the cursor parts would be to give the cloned cursor parts a tag, and then have the local script be searching in the workspace for objects with that tag, to add them to the exclusion list so the raycast doesnt hit them

#

Idk if the tags are necessary, but thats just what i came up with

hollow zodiacBOT
#

studio** You are now Level 6! **studio

drowsy chasm
#

Id suggest using the loop u used and storing them in a separate table

#

then use unpack() on the table into filter descendant instances

coarse falcon
#

nvm figured it out