What script would I have to put in a part to make it display the fire effect when clicked on by a player?
make sure you have the fire effect property enabled set to false then add a click detector then a script in the script, put this:
script.Parent.ClickDetector.MouseClick:Connect(function(clicked) script.Parent.Fire.Enabled = true end)