of     1   

Wulfx
#183004813Thursday, February 04, 2016 10:59 PM GMT

function onTouched(hit) game.Lighting.louisdead:clone().Parent = game.Workspace wait (1) game.Workspace.louisalive:Destroy() connection = game.workspace.script.parent.this(OnTouched) wait (1) game.Workspace.louisalive:Destroy() script.Parent.Touched:connect(onTouched) wait (3) game.workspace.louis_event:remove() end im really new to scripting...
LoREMidnight
#183005351Thursday, February 04, 2016 11:08 PM GMT

I can help you if you can explain to me what you're trying to do.
Wulfx
#183005401Thursday, February 04, 2016 11:09 PM GMT

basically it takes the current existing model in the game, removes it, and replaces it with another model, then removes the block which is a function on touch that causes this to happen so it won't do anything after it's done doing its task
Wulfx
#183005467Thursday, February 04, 2016 11:09 PM GMT

the block that causes this function is called louis_event and yeah it needs to be deleted after it's done doing this task.
Wulfx
#183005588Thursday, February 04, 2016 11:11 PM GMT

oops, there's two Louisisalive scripts but thats not the problem
LoREMidnight
#183006689Thursday, February 04, 2016 11:26 PM GMT

Even if I were to edit it with all of the mistakes, it probably wouldn't even do what you originally intended since I don't know enough. Go to http://wiki.roblox.com/index.php?title=AllTutorials and start the scripting tutorials there, starting with "Intro to Scripting".
Poine
#183006906Thursday, February 04, 2016 11:29 PM GMT

What is this even supposed to mean , If I could understand I could help ; connection = game.workspace.script.parent.this(OnTouched)
TimeTicks
#183008884Thursday, February 04, 2016 11:58 PM GMT

Not sure what you are trying to do but I reformatted it. script.Parent.Touched:connect(function(hit) game.ServerStorage["louisdead"]:Clone().Parent = workspace wait(1) workspace["louisalive"]:Destroy() wait(3) workspace["louis_event"]:Destroy() end)

    of     1