Posted
is there a way to use negative numbers in mousemoverel on krnl without being mousemoveabs?
Replied
just use movemoveabs its not hard
Cancel
Post
Added
mousemoverel = function (x,y)
local mousepos = game:GetService("UserInputService"):GetMouseLocation()mousemoveabs(mousepos.X + x, mousepos.Y + y)
end
mousemoverel(-50,0) -- moves to left, i hope this is what u asked
Cancel
Post
https://imgur.com/a/oOomuUo
Thank you Swiney2, Vilictus and SnowyWaves for the +reps
https://i.imgur.com/ZilSxfo.png
Replied
@74036i know im just showing him using mousemoveabs is a way for fix it
Cancel
Post
https://imgur.com/a/oOomuUo
Users viewing this thread:
( Members: 0, Guests: 0, Total: 0 )
Cancel
Post