Engagement-based payouts
Roblox offers something to developers called premium payouts. This is a way to reward you with Robux for retaining players who have Roblox Premium in your experience for long periods of time. A good way to do this is by offering premium players some sort of perk or access to an otherwise locked location.
In this recipe, we will look at the steps to creating a premium-only door as well as how to create a sign using SurfaceGui and TextLabel objects. Let’s examine how.
How to do it…
We will start by creating a simple door using a square part. Next, we will change the name and transparency of the door part. We will then add an invisible part overtop of the doorway. Then, we will insert SurfaceGui and TextLabel objects and modify their parameters to give us our desired style of text. To start, follow these steps:
- Insert a square part into Workspace and scale it to the size of the entrance of the room you would like to make accessible...