ShortBytes
(ShortBytes)
#1
This question is simple, how to get the exact mouse position and apply it to a gui.
LucaDaBoy
(LucaDaBoy)
#2
Someone already asked a similar question on how to get the mouse position. How do i get the player's mouse position
ShortBytes
(ShortBytes)
#3
I meant on a udim2 type of way and not in a vector3 way
Youf_Dev
(Youf_Dev)
#4
This should help you out:
TackJum
(tack)
#5
UserInputService:GetMouseLocation gives you the vector2, and feed the x and y into udim2.Offset