-
What do you want to achieve? Custom cursor
-
What is the issue? In my horror game, its same like Doors, you go into elevator and then get teleported., but the issue is that my cursor in first person is somewhat still the defeault Roblox cursor hovering and not my custom
-
What solutions have you tried so far? I tried searching youtube tutorials and stuff but i couldnt find anything related to this
My script is like any other scripts that sets cursor to custom
local mouse = game.Players.LocalPlayer:GetMouse()
mouse.Icon = "rbxassetid://15722065980"
Its placed inside StarterGui