local part = Instance.new("Part") part.Size = Vector3.new(0.2, 0.2, 0.05) part.CFrame = CFrame.new(position, position + normal) * CFrame.new(0, 0, -0.03) part.Anchored = true part.CanCollide = false part.BrickColor = BrickColor.new("Dark grey") part.Parent = workspace Debris:AddItem(part, 5) end
Related search suggestions provided.