Raycasting an attribute

Is it possible to get an attribute from raycast for example printing the attribute of a part once raycast hits that part.

Yes it is possible to get an attribute of a part that your raycast hit. You can just do raycast.Instance:GetAttribute("Attribute1")

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.