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

"What should I modify in my script to make work after the hinge is at a 'CurrentAngle'?"

Asked by 2 years ago
while true do
    if script.Parent.CurrentAngle > 2 then
        script.Parent:Destroy()
    end
    if script.Parent.CurrentAngle < -2 then
        script.Parent:Destroy()
    end
end

https://media.discordapp.net/attachments/769330324941045840/963664370552959046/unknown.png?width=577&amp;height=559 https://media.discordapp.net/attachments/769330324941045840/963664370838163456/unknown.png

0
uhhh did you add that minus 2 by accident? extrorobo 104 — 2y

1 answer

Log in to vote
0
Answered by
extrorobo 104
2 years ago

uhhh did you add that minus 2 by accident?? check that.

0
please accept this answer btw if you like it extrorobo 104 — 2y
0
no, he didnt. It means negative 2. thedoGuestHasCameBac 15 — 2y
Ad

Answer this question