Custom Joystick

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

3 Likes

Hey,

They don’t update this repo anymore but you may find information here:
Core-Scripts/PlayerScripts/StarterPlayerScripts at master · Roblox/Core-Scripts (github.com)

You can always view the latest version of the CoreScripts by going into Play Solo mode and then navigating the Explorer tree.

5 Likes