๐
You finished all 10 lessons!
You now know the basics of Roblox scripting.
Time to open Roblox Studio and try it for real!
- Open Roblox Studio โ new Baseplate project
- In Explorer, click a Part โ Insert Object โ Script
- Try the code from Lesson 7 (Touched event) on a real part!
- Use
print() to debug โ check Output window
- Everything in Roblox is a service or an instance โ you've got this