Worksheet
Q1. What is the role of the client and the server in the client-server model?
Q2. What three script types are primarily used in Roblox development?
Q3. What can you add at any line in your script to stop the program and examine its state?
Q4. What does FilteringEnabled
do?
Q5. What instances are used for communication between different script instances on the same side of the client-server model?
Q6. What high-level instances are used for organizing and adding more complex behaviors, additional events, and methods?
Q7. What services are best for storing assets?
Q8. What service is used for detecting physical input from the player?
Q9. What service can have its properties modified to change default character behaviors?
Q10. What base class of instances is often used for physics manipulation of BasePart
?