#How do I split GetMouseDelta() into 2 variables?

3 messages · Page 1 of 1 (latest)

finite bramble
#
local MouseX, MouseY = UserInputService:GetMouseDelta()

That's how I want it to be but I don't know how to set it like that

shut nova
#

What does getmousedelta return exactly? @finite bramble

#

I dont remember