|
when I put a brick for exsample
positon.y = 23
and then for some reason it becomes in a few days 23.69
is there a way to stop it it keeps doing that and it brakes my stuff
if there isn't I hope roblox fix this problom |
|
|
You can't edit the Y-coordinate directly, you should be getting an error, and not any movement in position at all. You would have to type something like:
brick.Position = Vector3.new(brick.Position.X,23,brick.Position.Z)
To change just the position on the Y-axis. Try that. |
|
|
no I don't mean a script I ment I place a brick there and for some reason after a update it move slightly I never press play or change it it just sudddnely has 1.01 isnted of 1 and then it breaks the welding and makes lag |
|
|
I made a building and I weld it
then a month later it suddenly keeps breaking cuz its not weld form some how move slightly by 0.02 or something
is there a way to stop this annoying move by it self even if I did nothing to it |
|
|
|
|
Is the decimal in your brick size 0.5 in any direction?
Such as a size of (10, 2.5, 10)?
For whatever reason, 0.5's are common to want to use and cause it, so change that to 0.4, 0.6, or something.
If not, I'm not really sure... |
|
|
so 0.5 in size makes that problem? well il look in that model to see if there is one like that
|
|
|
only one brick had a .5
also is it only for size or is it for positon I have to look for them? |
|
|
I check a other model in my game and none have the 0.5 in the size so what is causing this problom |
|
|
any reason why the bricks positon suddenly changes after I do a update
the bricks where weld also and suddenly they fall apart
and I had to refix it then a month after it starts doing it again |
|
|
|
i copy and pasted a few bricks ontop of eachother and instead of having a positon of 97.8
it went 97.799
what in the world is making it go 799 instead of 8 |
|
|
|
|
|
|
|
@Doge Because doesn't know how to be a polite and respectable forumer.
Have you tried turning it off and on? |
|
|
turning what on or off?
also if people still don't get it
I place a brick at position 0 , 2 , 1
then suddenly its 0, 1.96 , 1 for no reason |
|
|
This happens with every coordinate that you type ANYWHERE. This is because there's a grid, and it has to align you with the closest one if you're off.
Twitter: https://twitter.com/EpiclyEpicPwner |
|
|
but my problem is backwards it detaches from every brick that's close to it
ex(2 parts are welded and attach then for some reason after updating other stuff some days it suddenly detaches and unwelds the brick is floting in mid air by 0.02 or around that then the building I made falls apart |
|