2D Ball Physics Showcase

Heya there!

I wanted to test my scripting knowledge, so I decided to code 2D (gui) ball physics. I followed a python tutorial for the base physics code, but I had to revise the physics math several times before I got to this version. This took me about 3 days to make.

I’m very happy with the results. From what I can see, it somewhat replicates real physics. It’s also uncopylocked so you can check out the code for yourself!

The game: (15) 2D Ball Physics - Roblox

7 Likes

wow, that is insane! how much time did this take?

1 Like

Isn’t Roblox Studio in Lua? How to code in Python in Roblox Studio? I am good at coding in Phyton but bad at coding with Lua so I’d like to know how to do.

For the feedback part:
It looks insane! Very good work! But there’s no objective in your game so you won’t get players.

1 Like

I ported Python code into Luau. By that I mean I converted it into it’s equivalent in Luau.

1 Like

… and a ton of google searches.

1 Like