Adding click detector to part made with an instance

im trying to add a clickdetector to a part that is made with an instance but i dont know how to do that if the part is not located in workspace
instance

1 Like
local ClickDetector = Instance.new("ClickDetector", newpart)
2 Likes

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