why isn't this script working? UNANSWERD
when i added
1 | script.IsOpened.Value = true |
2 | script.IsOpening.Value = true |
3 | script.Parent.CFrame = cf |
the script suddenly broke. idk why :/
01 | local cf = script.Parent.CFrame |
04 | if script.IsOpened.Value = = false and script.IsOpening.Value = = false then |
05 | script.IsOpening.Value = true |
07 | script.Parent.CFrame = script.Parent.CFrame * CFrame.new( 0 , 0 , - 0.23 ) * CFrame.fromEulerAnglesXYZ( 0 , - 0.1 , 0 ) |
10 | script.IsOpening.Value = false |
11 | script.IsOpened.Value = true |
12 | elseif script.IsOpened.Value = = true and script.IsOpening.Value = = false then |
13 | script.IsOpening.Value = true |
15 | script.Parent.CFrame = script.Parent.CFrame * CFrame.fromEulerAnglesXYZ( 0 , 0.1 , 0 ) * CFrame.new( 0 , 0 , 0.23 ) |
18 | script.IsOpening.Value = false |
19 | script.IsOpened.Value = false |
20 | script.Parent.CFrame = cf |
21 | script.CloseSound:Play() |
23 | script.IsOpened.Value = true |
24 | script.IsOpening.Value = true |
25 | script.Parent.CFrame = cf |
26 | script.OpenSound:Play() |
29 | script.Parent.ClickDetector.MouseClick:connect(onClicked) |
this is a script in a brick. its a door.