Horror game teleporter cursor glitch

  1. What do you want to achieve? Custom cursor

  2. 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

  3. 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

1 Like

did you place this script in the place you actually want to teleport in? asking this because it works fine when there’s a script like this.

yes, like in doors lobby, the cursor is defeault but in game its custom

Maybe try that so when you move the cursor, it changes the icon

can you show me script? i dont quite understand

Try using UserInputService
game:GetService("UserInputService").MouseIcon = "rbxassetid://15722065980"

didn’t work, the cursor is still the same