Beginner scripter, need help??
Please make your question title relevant to your question content. It should be a one-sentence summary in question form.
I'm basic scripter, I don't really have knowledge of scripting names, vocabularies. On this function, I'm not sure what to add the last of function
Is it script.Parent.Changed:connect(replace)?
I'm sure Changed is normally for Values, but what about this one?
Touched? Or? Please help me!! :(
02 | if script.Parent.Parent.TKDoorOutside:FindFirstChild( "Explosion" ) then |
03 | workspace.NationalAssemblyAlarm.Toggle.Value = true |
05 | script.Parent.Parent.TKDoorOutside:Destroy() |
07 | game.ServerStorage.TKDoorOutside:Clone().Parent = game.workspace |
11 | script.Parent.Touched:connect(replace) |