Making your first roblox studio surface gui script work
If you're trying to figure out how to get a roblox studio surface gui script to actually do something cool on a part, you've probably realized it's a bit different than just throwing a UI on the screen. It's one thing to make a button look nice on a wall, but getting it to respond to clicks or update text in real-time takes a specific approach. Most people start by just slapping a SurfaceGui onto a part in the workspace and wondering why their LocalScript isn't firing. ...