In my code I put this
local bullet = game.ServerStorage.Part:Clone()
bullet:FindFirstChild("BodyVelocity").Velocity = direction
bullet = workspace:WaitForChild(player.Name).Head.Position
bullet.Parent = workspace
I have checked around the developer hub and can’t find anyone with the same issue that I am having.