How To Remove Curser + Hide Mouse During Keyboard Input | Roblox Studio

Поделиться
HTML-код
  • Опубликовано: 28 янв 2025

Комментарии • 38

  • @mripen9657
    @mripen9657  2 года назад +2

    Here How To Hide | Remove Your Shift Lock Cursor + Change Shift Lock Cursor
    ruclips.net/video/JxVz1ESk8Zg/видео.html

  • @Theactualscientifickid
    @Theactualscientifickid 2 года назад

    im likeing and subing only one that worked thank you so much :>

  • @papigobernabe6497
    @papigobernabe6497 Год назад +1

    the steven universe music is so good in the background xD

  • @HimothyHim1
    @HimothyHim1 Месяц назад +1

    How do you make your mouse appear because thats what im struggling with do you think you could reply with the code to make your mouse reapear

    • @frenchyy12
      @frenchyy12 Месяц назад

      me to mine is stuck in shitlock and when i turn of shiftlock it does not help am stuck in shiftlock even tho i am not using it

    • @frenchyy12
      @frenchyy12 Месяц назад

      check if you have any combat system i had one and had to delete it

  • @summersinkyoto
    @summersinkyoto 3 года назад

    hey can you make it that the shiftlock cursor is invisible or changed? btw ur videos are very helpful :D

    • @mripen9657
      @mripen9657  3 года назад

      Ok ty but i got covid rn xd when i cure i will make it

    • @summersinkyoto
      @summersinkyoto 3 года назад

      @@mripen9657 damn that sucks, get well soon

    • @kevintostiboy
      @kevintostiboy 2 года назад

      @@mripen9657 can you make it i really need it for my upcoming game

    • @mripen9657
      @mripen9657  2 года назад

      @@kevintostiboy Ok sure

    • @mripen9657
      @mripen9657  2 года назад

      @@kevintostiboy coming soon i will post it how to hide shiftlock + change shiftlock icon

  • @Vrizyblox
    @Vrizyblox 9 месяцев назад +2

    script:
    local userInputService = game:GetService("UserInputService")

    userInputService.MouseIconEnabled = false
    --Hide Mouse During Keyboard Input
    local UserInputService = game:GetService("UserInputService")

    local mouseInput =
    {
    Enum.UserInputType.MouseButton1,
    Enum.UserInputType.MouseButton2,
    Enum.UserInputType.MouseButton3,
    Enum.UserInputType.MouseMovement,
    Enum.UserInputType.MouseWheel
    }

    local keyboard = Enum.UserInputType.Keyboard

    local function ToggleMouse(lastInputType)
    if lastInputType == keyboard then
    UserInputService.MouseIconEnabled = false
    return
    end

    for i, mouse in pairs (mouseInput) do
    if lastInputType == mouse then
    UserInputService.MouseIconEnabled = true
    return
    end
    end
    end

    UserInputService.LastInputTypeChanged:Connect(ToggleMouse)

  • @Justarandomdude190
    @Justarandomdude190 9 месяцев назад

    I know no one will see this but please help i deleted my mouse in my roblox game so now its like doors ur mouse is gone i need help to enable it back plssss

    • @nuggetlord64
      @nuggetlord64 8 месяцев назад

      Delete the script

    • @Justarandomdude190
      @Justarandomdude190 6 месяцев назад

      @@nuggetlord64 idk what the script is

    • @PieceOfaBread
      @PieceOfaBread 12 дней назад

      @Justarandomdude190 this idea is dumb asf if u still didnt deleted the script add me in the game imma find it and delete it it's okay if u don't trust and don't want to add me

  • @tessvera4258
    @tessvera4258 11 месяцев назад

    🎉omg it actually worked every other tutorial didn’t!🎉

  • @КрутойАртёмчик
    @КрутойАртёмчик 9 месяцев назад

    Thank you so much!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

  • @FestimBloxTV
    @FestimBloxTV Год назад

    is worket tysm

  • @groovesbum
    @groovesbum 8 месяцев назад

    thanks bro

  • @biscuitguy616
    @biscuitguy616 2 года назад

    Thandyou so much

  • @IsAK18999
    @IsAK18999 2 года назад

    THANKSSSSSS

  • @LuckmanYT
    @LuckmanYT 10 месяцев назад

    backround music name?

  • @aaroncarlgumanit6475
    @aaroncarlgumanit6475 11 месяцев назад

    how to get mouse curser in roblox studio pls notice

  • @Methoriate
    @Methoriate 2 года назад

    yeah it didnt work i just pulled up the roblox menu and it came back

  • @TheHeadlessMario
    @TheHeadlessMario Год назад

    it didnt work

  • @derimate1361
    @derimate1361 Год назад

    i still see it tho

  • @Etergamer-x2u
    @Etergamer-x2u 6 месяцев назад

    doesen work your a lier

  • @maradytomioka1978
    @maradytomioka1978 2 года назад +1

    hi

  • @Uuter.rbx123
    @Uuter.rbx123 5 месяцев назад

    local userInputService = game:GetService("UserInputService")
    userInputService.MouseIconEnabled = false