On August 12 at 12 PM BST, we'll be gone. Thank you all for being a part of Project Polygon. You can download your user data in your account settings.
Can someone help big bucks on the table.
workspace:breakJoints()
you're welcome.
Make sure you have a part:
script.Parent.Touched:Connect(function(Hit)
if Hit and Hit.Parent and Hit.Parent:FindFirstChild("Humanoid") then
Hit.Parent.Humanoid.Health = 0
end
end)