#proc shiftlock upon keybind
12 messages · Page 1 of 1 (latest)
what do you mean
@river sapphire u mean like u want shiftlock to be on a diff bind then shift?
no
when i press a key, it goes through a sequence of things (im doing an ability rn) and it forces the character in shiftlock for a sec
so that they can aim n stuff
idk if you can even manually force a player in shiftlock
you can, there is a method for that in PlayerModule
there is also devforum thread about it https://devforum.roblox.com/t/forcing-shiftlock/756037
For awhile now i’ve seen threads with questions about forcing shiftlock in games and how to do it, after spending some time working on my combat game I’m pretty positive i’ve found a decent solution. Here’s what I did: For starters I wanted the shiftlock to toggle whenever I set a certain boolean to true, so I created a folder in StarterPlayer...