2D UI character movement script


I need some help with a 2d character moving script (everything is in ui), and I’m really confused on what to do lol. :+1:

1 Like

I wouldn’t really recommend going this route, mainly because you would need to manually update the positions of every other object you have in the UI each time the object is moved from user input.

If you’re trying to make a UI-based game, honestly I would recommend trying to use a top-down camera approach along with SurfaceGui objects in the game world, this would make it significantly easier to implement.

1 Like

I tried, but there’s a ton more issues, like the image being really blurry, lighting and stuff. I need so much help on this project lol