Trying to attempt to make Dynamic menu where when you click or hover a door with a mouse it opens. How and help. Thanks! I could use click detectors, but that click icon when you hover over it is soo ugly I cant stand it.
you can use raycasting and viewportpointtoray to get the part the mouse is hovering over, and use a userinputservice input began connection, but I would personally just change the clickdetector cursor icon, as that would be easier since it doesn’t require as many lines of code.
1 Like
You can use clickdetectors and set the image to the default mouse cursor.
1 Like
As the above said, change the image of the cursor. If you want the exact cursor ROBLOX uses, you can put in “rbxasset://textures/ArrowCursor.png”
2 Likes
Click detectors it is! Thanks @Styre_x, @ImTheBuildGuy, @H4XERZZZZ!