I was making my own first script for a ringing to stop if you touched it, and I'm really confused. The only errors I've been getting was with line one. This is current version. Here:
if {function) onTouch(Phonepart1)}
then do workspace.Phone.ParticleEmitter.Enabled = false
wait (15)
workspace.Phone.ParticleEmitter.Enabled = true
end |