PromptBase
Close icon
Explore
General
Home
Marketplace
Apps
Create
Login
Sell
🤖 GPT

Roblox Games Generator

Roblox Games Generator gpt prompt mini thumbnail
1.0Star icon
1 review
7Heart icon
Favorites
243Eye icon
Views
TestedTick icon
TipsTick icon
Yes, you read it right! this prompt will generate the script for any type of video game you wish to create on Roblox. the scripts are absolutely working!!! create an entire working video game in no time with this prompt. ✅ fully customizable prompt ✅ working scripts ✅ customization guide ✅ post-purchase support
...more
$7.99
Get prompt
After purchasing, you will gain access to the prompt file which you can use with GPT or the app builder. You'll receive 20 free generation credits with this purchase. By purchasing this prompt, you agree to our terms of service.
Over 1 month ago

Prompt Details

Model
Completion - GPT-3.5 (text-davinci-003)
Token size
106 ($0.00210 / call)
Example input
gameType = "racing" gameName = "Roblox Grand Prix" numLevels = 10 numEnemiesPerLevel = 5 numItemsPerLevel = 20 libraryName = "Roblox Racing Kit"
Example output
-- Customize the game local gameType = "racing" local gameName = "Roblox Grand Prix" local numLevels = 10 local numEnemiesPerLevel = 5 local numItemsPerLevel = 20 local libraryName = "Roblox Racing Kit" -- Import the library local RacingKit = require(game.ServerScriptService:WaitForChild(libraryName)) -- Function to create a new level local function createLevel(levelNumber) -- Create a new level local level = RacingKit.Level.new("Level " .. levelNumber) -- Add enemies to the level for j = 1, numEnemiesPerLevel do level:AddEnemy(RacingKit.Enemy.new("Enemy " .. j)) end -- Add items to the level for k = 1, numItemsPerLevel do level:AddItem(RacingKit.Item.new("Item " .. k)) end return level end -- Create a new game local game = RacingKit.new(gameName) -- Add levels to the game for i = 1, numLevels do local level = createLevel(i) game:AddLevel(level) end -- Start the game game:Start()
  • Reviews for this prompt (1)
- Mar 31, 2023
1.0
Filled star iconOutlined star iconOutlined star iconOutlined star iconOutlined star icon
- Verified PurchaseTick icon
"The prompt is very basic, very basic, basically it's like saying "make a roblox game" and that's it"
Browse Marketplace