It's just with some selection and stuff.
But while I was testing I noticed a weird "bug":
(">" means simply output from the computer while in the lua prompt)
sel = 3.2 > sel - math.floor(sel) > 0.2 sel - math.floor(sel) == .2 > false sel - math.floor(sel) == 0.2 > false sel % 1 > 0.2 sel % 1 == .2 > false sel - math.floor(sel) == sel - math.floor(sel) > true sel % 1 == sel % 1 > true sel - math.floor(sel) == sel % 1 > true sel - math.floor(sel) == .2 > false
So in some way either the "==" operator is disfunctional or the math of my computer is collapsing...
EDIT: There might be some bug with the server that I am playing on...
EDIT 2: Nope we restarted the server but it stills does this weird thingy... This might still be a bug with the server, but I'm not sure.












