Drawbridge

2K views
9 years ago

Learn how to make a drawbridge in ROBLOX with just a servo hinge and a simple script. Below is the code used in this video: local hinge = script.Parent while true do hinge.TargetAngle = 30 wait(2) hinge.TargetAngle = 0 wait(2) end If you want to learn more about scripting, check our our Intro to Scripting series: https://www.youtube.com/playlist?list=PLuEQ5BB-Z1PJ4JIDXpttxuvCzJMeIqzMi

0 Comments

0/2000

You've reached the end...