Hey, I’m trying to make a joystick like Roblox’s mobile movement joystick. My joystick is an image button which moves just like Roblox’s, however it doesn’t always sense when the player lifts their finger up. I’ve tried using Enum.UserInputState.End, MouseButton1Click, and MouseButton1Up, but none of them work consistently on mobile. They do however work with a mouse on a computer. How does Roblox’s movement joystick always sense when the player lifts their finger and is there any way I could view their scripts?
Thanks