How to move your mouse by clicking a key in first person (scripting Roblox Studios SIMPLE EZ!!)

Поделиться
HTML-код
  • Опубликовано: 10 сен 2024
  • Giant Moon by Vendredi / vendrediduo
    Creative Commons - Attribution 3.0 Unported - CC BY 3.0
    Free Download / Stream: bit.ly/3dK32pe
    Music promoted by Audio Library • Giant Moon - Vendredi ...
    ---------------------------------------------------SCRIPT-------------------------------------------------
    local Plr = game.Players .LocalPlayer
    Plr:GetMouse() .KeyDown:Connect (function (V) --Change V to what ever you want so like
    if V == "v" then --Change v to what ever key so like if F == "f" then
    if script.Parent.Modal == true then
    script.Parent.Modal = false
    else
    script.Parent.Modal = true
    end
    end
    end)
    ---------------------------------------------------------------------------------------------------------------------------
    make sure to lick and sub or you will wake up waking up waking up!!!!!! 😲😲😲

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

  • @mouseyplayz1040
    @mouseyplayz1040  Год назад +13

    If this video beats my other dev one then I'll be a dev only youtuber

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

      Can you try to do it again but for mobile

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

      ​​@@Ice_Image wait why do you need it for moblie cant they click the whole screen?

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

      @@mouseyplayz1040they can lol

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

      ​@@OrbicaI I forgot a , inbetween the cant

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

      Wth xdd​@@Ice_Image

  • @SandyzonYTbru
    @SandyzonYTbru 18 дней назад +4

    "Press v to mouse your mouse" truly inspiring words

    • @SaphEditz
      @SaphEditz 14 дней назад

      LMAO

    • @youraveragefpefan8
      @youraveragefpefan8 7 дней назад

      i love to mouse my mouse

    • @SaphEditz
      @SaphEditz 7 дней назад

      @@youraveragefpefan8 nah i like to cat it, ik im fucking cringe im a dumbass

    • @youraveragefpefan8
      @youraveragefpefan8 7 дней назад

      @@SaphEditz dont say that about yourself D: (honestly my display name on yt literally has dumbass in it)

    • @SaphEditz
      @SaphEditz 7 дней назад

      @@youraveragefpefan8 lmao :D

  • @nevercharl.e
    @nevercharl.e 8 месяцев назад +2

    This was more simple and understable compared to the other toturials, it was complicated tysm for making this video!

  • @Tom-uy4io
    @Tom-uy4io 8 месяцев назад +3

    amazing video. i love to support small creators, i subbed :)

  • @So-C00lnvm
    @So-C00lnvm 9 месяцев назад +25

    "Press v to mouse your mouse" 💀

    • @Tom-uy4io
      @Tom-uy4io 8 месяцев назад +1

      bruh

    • @smilehoodie
      @smilehoodie 7 месяцев назад +1

      ur lucky he/she made a tutorial on it

    • @dryzoFy
      @dryzoFy 5 месяцев назад +1

      @@smilehoodie she/he took it from a dev forum. so ur not very lucky

    • @itz_legendy
      @itz_legendy 3 месяца назад +1

      Lolllll 😂😂😂

    • @basicaIIyguy
      @basicaIIyguy 3 месяца назад +1

      @@smilehoodie no response.....

  • @REECKO_
    @REECKO_ 8 месяцев назад +1

    YESSS THIS IS EXACTLY WHAT IVE BEEN LOOKING FOR!!! THANK U!!!

  • @Rogmi12
    @Rogmi12 Месяц назад +3

    It didn’t work

  • @VatoXD_
    @VatoXD_ 2 месяца назад

    just amazing, the only tutorial that worked for me, tysm :DD

  • @dabbingformylife
    @dabbingformylife 8 месяцев назад +2

    common mistake:
    if the button is not visible, the script will not work.

  • @mouseyplayz1040
    @mouseyplayz1040  Год назад +2

    Bruh youtube makes 720p look like 480p and makes it look like the sun

  • @EmotionalCabbage12
    @EmotionalCabbage12 День назад

    so i alreayd have GUI in my intro so how do i put the button in the game instead of the start

  • @doodlydoo481
    @doodlydoo481 11 месяцев назад +3

    my game isnt working with this and i dont know why

    • @useryoutube8-i7e
      @useryoutube8-i7e 10 месяцев назад

      GetMouse() doesnt work directly with key inputs, use this -
      local UserInputService = game:GetService(“UserInputService”)
      UserInputService.InputBegan:Connect(function(input)
      if input.Keycode == Enum.Keycode.YourKey then
      if script.Parent.Modal == true then
      script.Parent.Modal = false
      else
      script.Parent.Model = true
      end
      end
      end)

  • @user-ni8tp9lw9i
    @user-ni8tp9lw9i Месяц назад

    Man you are so insanly W i needed that so much Tysm!

  • @XaronPlayz
    @XaronPlayz 5 месяцев назад +2

    Anyone else notice the 'Press v to MOUSE your mouse'? 🤣

  • @TBStudios-lz7co
    @TBStudios-lz7co 9 месяцев назад +2

    why doesnt it work? i followed every step and i spent 30 minutes trying to figure out whats wrong

    • @GloBo-ew3cw
      @GloBo-ew3cw 6 месяцев назад +1

      Dunno if you uhh figured it out already but the actual text button has to be set as visible. Just make the text invisible as well as the background. Maybe this wasn’t your problem but idk?

  • @braxtonleclair1357
    @braxtonleclair1357 3 месяца назад +1

    This was such a good and simple video, but the one issue with it is when you add more GUIs with it, It will start to no longer work. Does anyone know why this occurs?

  • @tuxsah
    @tuxsah 5 месяцев назад

    Best and fastest vid ever ty ur diff unlike these weird developers looking for veiws

    • @dryzoFy
      @dryzoFy 5 месяцев назад +1

      ByteBlox better

  • @GibDrut
    @GibDrut 2 дня назад

    Hey, so for me it's not working can you please tell me whats wrong?

  • @TheDoubleDragonNoob
    @TheDoubleDragonNoob 2 месяца назад +1

    it doesnt work in 2024 is there any way i can edit it to work now

  • @Taimlol
    @Taimlol 13 дней назад

    Up and coming roblox dev here, did it really have to be a TextButton to work?, from my knowledge, anything might work

  • @Babft-Trolling
    @Babft-Trolling 29 дней назад

    it worked omg tysm u saved my game

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

    thank you so much bro W vid!

  • @19_days_
    @19_days_ 6 месяцев назад +1

    it doesnt work whatever i do, even if there is no error in the script

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

    Thanks so much man. Your a real chad. i liked the video.

  • @GareloO
    @GareloO 3 месяца назад

    Tysm! 101th sub!

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

    this video is the thing that actually works for me !!!

  • @Gabri_KrOfficial
    @Gabri_KrOfficial 5 месяцев назад +1

    If you test that place from mobile you can't move the visual

  • @Wuggahlol-new
    @Wuggahlol-new 9 месяцев назад +2

    well i was searching for a script that can unlock the mouse without even having to click anything or smth

    • @pexoz5040
      @pexoz5040 7 месяцев назад +1

      idk if ur still looking but u can just make a button and set "Modal" to on and justt make the text and background invisible (dont set visible to off tho) but its been 2 months so im assuming u found it

    • @Wuggahlol-new
      @Wuggahlol-new 7 месяцев назад

      @@pexoz5040 never did

  • @SgRulz
    @SgRulz 8 месяцев назад +2

    "Press V to mouse your mouse"

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

    THXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX I WERE SEARCHING LIKE A HOUR THANK YOU LIKE AND SUSCRIBED

  • @SkilledIm
    @SkilledIm 10 месяцев назад +1

    if you make it a button for some reason mobile players cant turn

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

    Tysm! 70th sub!

  • @ToastyPlayzMPG_666
    @ToastyPlayzMPG_666 10 месяцев назад +2

    "make sure too lick and sub" bro what??

  • @endyy_channel
    @endyy_channel 7 месяцев назад +2

    doesn't work

  • @Bunerd
    @Bunerd Год назад +2

    Does not work. I even have typed it manually. It just wont unlock it

    • @mouseyplayz1040
      @mouseyplayz1040  Год назад +3

      works for others so i dont know what happened

    • @SimpleSlapBattlesFanGamer
      @SimpleSlapBattlesFanGamer 7 месяцев назад +1

      same its not working

    • @dryzoFy
      @dryzoFy 5 месяцев назад

      @@mouseyplayz1040 thats a lazy response.

    • @JayRobloxYTube
      @JayRobloxYTube 2 месяца назад

      @@dryzoFy that's a really lazy reply, i think as someone who is talking about how lazy someones comment is, you should have a less lazy reply.

    • @dryzoFy
      @dryzoFy 2 месяца назад

      @@JayRobloxYTube 💀🤓🫵

  • @user-rh5ji4tn8s
    @user-rh5ji4tn8s 7 месяцев назад

    69 comments lol, now 70. This really helped, thank you!

  • @ChillDudeBoy
    @ChillDudeBoy 2 дня назад +1

    its fake it not work

  • @TailsNFoxZ_01
    @TailsNFoxZ_01 4 месяца назад +1

    yes, i'd like to mouse my mouse

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

    nice tutorial!

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

    How would you do alt since i dont know what to change(also it works for F)

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

    it doesn't work please HELP!!!!!

  • @Borfka
    @Borfka Год назад +2

    man lick and sub.. on the desk and change the script it has some yt thingys

  • @mrwilddummy7328
    @mrwilddummy7328 Год назад +2

    didnt work for me

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

    Perfect tysm 👍

  • @Paroid
    @Paroid 4 месяца назад

    BRO RLLY TRIED TRICKING US WITH 'Modal' INSTEAD OF MODEL

  • @gorgott-ul8rd
    @gorgott-ul8rd 7 месяцев назад +1

    mine dont work?

  • @cilico2019
    @cilico2019 10 месяцев назад +1

    it says that modal is not a part form playergui

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

    works perfectly! tysm

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

    Thank you i liked

  • @RainbowTheDev
    @RainbowTheDev 2 месяца назад

    tysm after 6 hours or looking for smth

  • @InfinityEdits2024
    @InfinityEdits2024 2 месяца назад

    Thanks so much!

  • @PhantomDeluxeYT
    @PhantomDeluxeYT 10 месяцев назад +1

    Thanks!

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

    Thank ypu so much man

  • @BloxyBeegs
    @BloxyBeegs 2 месяца назад

    Thanks so much

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

    whats with the holy great battle of heaven ahh music 🙏

  • @nptbinh.1
    @nptbinh.1 Год назад +1

    god damn you saved me legend

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

    it's working!

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

    you are my hero

  • @NataTGT
    @NataTGT Год назад +2

    what If I want it to function on ctrl

    • @Campbloxxer
      @Campbloxxer Год назад +2

      why do you need ctrl to unlock mouse are there thousands of hotkeys in your game?!!?!?!??!

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

      local UserInputService = game:GetService("UserInputService")
      local Frame = script.Parent
      UserInputService.InputBegan:Connect(function(input, gameProccesedEvent)
      if input.KeyCode == Enum.KeyCode.LeftShift then
      if script.Parent.Modal == true then
      Script.Parent.Modal = false
      else
      Script.Parent.Modal = true
      end
      end
      end)
      --if it does not work then try removing the caps on if then script.parent.modal

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

      @@mouseyplayz1040 isnt it LeftControl?

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

      @@Campbloxxer why not bruh

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

      @@necvox743 Ctrl Is For More Crouching Or Shiftlocks But Not For Unlocking Mouses

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

    OMGGGGGGGGGGG it works

  • @GladiatorGaming110
    @GladiatorGaming110 2 месяца назад

    It is not working anymore

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

      It didn’t work

  • @user-dz7km8dq7v
    @user-dz7km8dq7v Год назад

    thankyou so much.

  • @Campbloxxer
    @Campbloxxer Год назад +3

    lick what🤨🤨🤨🤨

    • @YXRSE
      @YXRSE 4 месяца назад +2

      Ayo?

  • @mia-rainbow
    @mia-rainbow Год назад

    Doesn't work :((

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

    Thank you

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

    tysm for helping me

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

    thanks

  • @Skyshop.official
    @Skyshop.official 4 месяца назад

    verry tanks

  • @user-hr3gs3uw1w
    @user-hr3gs3uw1w 9 месяцев назад

    it didnt work man

  • @NoDoudt.
    @NoDoudt. Год назад +1

    it wont work??

    • @Chullo987returns
      @Chullo987returns Год назад +3

      Did you use starterGUI with text button and then localScript???

    • @mouseyplayz1040
      @mouseyplayz1040  Год назад +2

      I think i know why, you copied it from the youtube description but i made a typo so try not i fixed it

  • @happy_bacon
    @happy_bacon 7 месяцев назад

    TYSM

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

    THANKS YOUUUU

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

    thx!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

  • @raktobil
    @raktobil 3 месяца назад

    Ur so bad this dosent even work

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

    TYSM FOR HELPING IN MY GAME!!!

  • @zeannothing1525
    @zeannothing1525 2 месяца назад

    it doesnt work

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

    Thanks!

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

    this doesnt work!!!

  • @noobtrollinvietnam
    @noobtrollinvietnam Месяц назад +4

    it didn't work

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

    doesnt work

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

    THANK YOU