mouse.position roblox studio code example
Example: how to get the player mouse in roblox studio
local Player = game.Players.LocalPlayer
local Mouse = Player:GetMouse()
local Player = game.Players.LocalPlayer
local Mouse = Player:GetMouse()