Ah right, It seems that you need to find and hover over an empty-space in the Scrolling Frame for it to scroll properly.
Hmmm. Let me check. I didn’t observe that behavior when I tested but I’ll fix it
Sorry for being almost exactly four months late, but I just wanted to share a fork I made of this module that fixes the aforementioned ScrollingFrame bug! I also found that the speed of the cursor was tied to FPS, so I fixed that up too. Check it out if you’d like: GamepadCursor (+) - Roblox
I also put the source onto Pastebin, 'cause why not?
It’d be cool if these fixes could be put into the real module! That way, we can have a better cursor experience for everyone.
p.s. i am extremely sorry for reviving a 4 month old thread
If you want to open a Pull Request on the GitHub repo, I’d be happy to merge it in.
I’m gonna be honest here, I… have no idea how to make a pull request… I’ve never done it before…
update: i have no idea what i’m doing but im still trying don’t worry
Alright, I think I managed to do it correctly. Let me know if I didn’t, as I wouldn’t be very surprised. Thank you!
How do I use it? I have a ps4 controller and it doesnt work.
Even though you stated the original module was updated on your published version, it appears the original model hasn’t been updated to adapt your changes, since I’ve compared the two versions and the original one doesn’t contain your changes. I also noticed the original hasn’t been updated since April last year.
Hi, I’m trying to use this but every time I try to use ShowCursor() I get this error. I’m using the updated version but it also happens on the original one.
Fixed it myself, using “self” in the module was causing issues so I replaced all uses of it with “me” and it works again!
I’d love to know how you replaced the default hovering indicator with your own, I’m trying to do that but I have no clue how.
@LoveTheBears101 Yeah basically someone uses a product or item and they give it a rating, usually about how good the product is: Example: I love this product because it helps me with my new business. I rate it
Use this Roblox API:
Hey, is it ok if you tell me how this work because I don’t understand. I called the ShowCursor()
function but, it doesn’t seem to work. Can you please help me? Thank you.
Important Information: I may not know how to script but, I might be able to modify some code and I might be able to understand some code.
Nevermind, I got it figured out.