what i want this to do go invisible and get the script DESTROYED
script.Parent.Transparency = 1 script.Destroy()
when i run in Studio, it just makes it transparent but not destroying the script, whats the prob ?
i don't know why it doesnt work but it worked before what am i doing wrong am i stupid or what
Very simple. Here is an explanation:
When using methods, they activate something (of course) and they are not called unless you put a ":" infront. So your problem is that your . needs to be a :
Fixed:
script.Parent.Transparency = 1 script:Destroy()
Locked by Redbullusa, MessorAdmin, and User#5978
This question has been locked to preserve its current state and prevent spam and unwanted comments and answers.
Why was this question closed?