Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
-1

how to trigger ANY script on touch?

Asked by 9 years ago

there arent any working trigger scripts.

2 answers

Log in to vote
0
Answered by 9 years ago

use script.Parent.Touched:connect(whateverfunction and it has to be a function)

Ad
Log in to vote
0
Answered by 9 years ago

Spawn a part or a brick, then open up a script.

function onlicked()

Workspace.Part.Transparency = .5
Workspace.Part.CanCollide = true

I dunno pressure pads but this makes a permanent open door

Answer this question