1 messages · Page 1 of 1 (latest)
This is the code```lua
local Modifier = Vector2.one + script.Parent.AbsoluteSize.Unit
script.Parent.ImageLabel.Size = UDim2.fromScale(Modifier.Y, Modifier.X)
It's not perfect when considering the tile size is 50x50
I don't wanna see the jump
Size for diagonal movement?