I am currently making a football game, which requires me to use studs instead of yards. How do I make a script that does that?
Using the reference of studs to centimetres, we can figure out how many yards.
1 stud = 20 centimetres (players are 1 metre high, 5 studs * 20 cm = 1 metre)
According to google, if you do centimetres / 91.44, that's how many yards are in the amount of centimetres you give.
local stud = 1 yard = (studs*20)/91.44