I’m working on a game called Catalog Island , and I’m hoping to get some help with implementing some basic yet fun sports mini-games. Specifically, I’d love to add basketball and golf games to my project.
As a relatively new developer on Roblox, I’m still learning scripting and game development. Despite searching online for guides, I’m stuck on how to bring these mini-games to my game.
Here’s a brief overview of what I’m aiming to create:
- Basketball Mini-Game: An enterable zone where players can enter, and get given a functional basketball, and shoot hoops. I want to include a Power Meter that affects the throwing power of the ball, and of course, keep track of scores. When the player leaves the zone, the scoreboard should disappear alongside the given Basketball.
- Golf Mini-Game: an enterable zone where players can swing a golf club, adjust their power with a meter, and try to get the ball into a hole. I’d love to display their scores and make it a fun, competitive experience.
If you could offer some guidance, code snippets, or even just point me in the right direction, I’d really appreciate it!