Mobile Gyroscope rotation help

image
How do I know the rotation?
Is there a doc for this? tryna make somethign for mobile.

That document explains basically everything.

1 Like

https://gyazo.com/159e82e7fddc8c105767aecff246d01d
This doesn’t seems to fire I think

game:GetService("UserInputService"):Connect(function(rotat)

print(rotat)

end)

You aren’t connecting to any events, you are trying to connect to the service itself.

2 Likes