(14.01.2025, 08:08)mariosp Wrote:i tried it but the number i get it realy big is any way to display smaller number i tried this code but it returns 0(13.01.2025, 12:56)admin Wrote: See this: https://forum.logicmachine.net/showthrea...6#pid14506
Thank you!!!
Code:
local offset = event.getvalue() * 0.001
if event.getvalue()
then grp.write(event.dst,offset)
end