Baseball not throwing

PitchEvents.Throw.OnServerEvent:Connect(function(plr,mousepos,force)
	
	
	Ball.Parent = game.Workspace
	
	Ball.Handle.CFrame = CFrame.new(game.Workspace[Plr.Name]["Right Arm"].Position, mousepos.LookVector * force)
	Ball.Handle.Velocity = mousepos.LookVector * force

	

	Clicks = 0
end)


So i have a ball pitching script and it just stays on the right hand

1 Like

Is this the whole script? Because it appears as Ball isn’t defined as anything.

try printing something inside the event

The event is firing the main problem is the script inside the event i wonder why it stays on the hand of the player

Like I said, can you please show us the whole script? (or where ball is defined)