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

simple card/door script not working and im not getting any error in the output, can anyone help?

Asked by 3 years ago
Edited 3 years ago

the script local door = game.Workspace.Part local tool = game.StarterPack.Tool.Handle local enabled = true door.Touched:Connect(function(hit) if enabled then if hit.Parent.Name == "Handle" then door.Transparency = 1 end end

end)

I'm not getting any errors tho

0
But your code in a code block please. Also explain where this script is, is it in the door or is it in the workspace? Id recommend putting the script with in the key card door  bestshot123 38 — 3y

Answer this question