local remote = game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("PlaceBlock") game:GetService("RunService").RenderStepped:Connect(function() pcall(function() remote:FireServer() end) end)