
Mastering Roblox Coding
By :

To start programming with Luau, you need access to a device with internet access. This can either be a Windows or a Mac device.
You need to download the following software:
It is highly recommended to have a Microsoft Xbox controller that you can connect to your PC.
All the code examples for this chapter can be found on GitHub at https://github.com/PacktPublishing/Mastering-Roblox-Coding.
The CiA video for this chapter can be found at https://bit.ly/3z5ZsPI.
Working with ClickDetectors, ProximityPrompts, and tools
In Chapter 6, Creating User Interfaces for All Devices, we have listened to user input from Graphical User Interfaces (GUIs). An example of when we did this was when we listened to the .MouseButton1Click
event. We used this event to see when a player clicked on either a TextButton or an ImageButton. While this is a very powerful event that you will use a lot throughout your development career...