script.Parent.Activated:Connect(function()
local ball = script.Parent."имя мяча":Clone()
ball.Name = "Имя мяча"
ball.Parent = script.Parent.Parent
ball.CFrame = script.Parent.Parent.HumanoidRootPart.CFrame:ToWorldSpace(CFrame.new(0,0,2))
ball.CanCollide = true
end)
Обязательно заменить "Имя мяча" на название мяча в Workspace.