How to enable mouse cursor if a frame is visible

So I have a combat game in which the mouse cursor is disabled by weapons but I want that when a gui store is visible the cursor is activated I appreciate any questions and help

You can set the mouse cursor to visible by using UserInputService. UserInputService has a function for it, which can be found in this documentation: Mouse | Roblox Creator Documentation

1 Like

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