Say I have a script in 'ServerScriptService' right.
if I end the script by:
game:GetService("ServerScriptService").MyScript:Destroy()
Will that actually destroy it?
or maybe:
script:Destroy()
Help anyone?
It's script:Destroy()
script is itself (you know, like when you use script.Parent the script is the script xD
So yeah you're right