Im trying to make a skill but for it i will need the player torso and the mouse position, so to send those informations i did
eskill:FireServer(player, mouse.Hit)
on the local script that calls the remote event, and…
event.OnServerEvent:Connect(function(player, mouseHit)
on the script of the remote event, but idk why it get the mouseHit as the player