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
@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
Here How To Hide | Remove Your Shift Lock Cursor + Change Shift Lock Cursor
ruclips.net/video/JxVz1ESk8Zg/видео.html
im likeing and subing only one that worked thank you so much :>
the steven universe music is so good in the background xD
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
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
check if you have any combat system i had one and had to delete it
hey can you make it that the shiftlock cursor is invisible or changed? btw ur videos are very helpful :D
Ok ty but i got covid rn xd when i cure i will make it
@@mripen9657 damn that sucks, get well soon
@@mripen9657 can you make it i really need it for my upcoming game
@@kevintostiboy Ok sure
@@kevintostiboy coming soon i will post it how to hide shiftlock + change shiftlock icon
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)
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
Delete the script
@@nuggetlord64 idk what the script is
@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
🎉omg it actually worked every other tutorial didn’t!🎉
Thank you so much!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
is worket tysm
thanks bro
Thandyou so much
THANKSSSSSS
backround music name?
Steven Universe Theme
@@simpleanimations2726 ty
how to get mouse curser in roblox studio pls notice
yeah it didnt work i just pulled up the roblox menu and it came back
It only works if you're not in any menu
it didnt work
i still see it tho
doesen work your a lier
hi
local userInputService = game:GetService("UserInputService")
userInputService.MouseIconEnabled = false