Part not appearing when it's supposed to

How are you setting up your tool? This is how I did it to test:
image

In the local script:

local buildTool = script.Parent

buildTool.Activated:Connect(function()
	print("A")
	script.Parent.BlockPlacedEvent:FireServer("placeBlock", game.Players.LocalPlayer:GetMouse().Hit.Position)
end)

The script was spot on and the way you set up your tool was basically the same as mine

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.