Building

A shared tag with AI prompts and code snippets

From workspace: Roblox

Team: AI Prompts

Total snippets: 8

Roblox

Building

8 snippets

Building - Replace greyboxes with assets

Replace each of the selected parts with a model of the same name currently in the data model inside the AssetLibrary Folder under workspace. For example, if the part is called "Suburban House", look for a model called "Suburban House" and replace...

Building - Add behavior at scale

Add a script to make the spotlights in the folder StreetLights flicker on and off randomly.

Building - Create terrain

Create a terrain region with rolling hills.

Building - Rename instances

Rename all the "emptyscripts" objects to "Script+uniqueID".

Create a rope bridge. Make 10 wood planks that are 5 studs wide and 2 studs long. Place them in a row. Add rop constraints on each side of the parts, connecting each one to the part before it and afte

Insert an invisible brick that is non-collidable into every chimney in every house. The brick should have a particle inside it that makes smoke that flows upwards, and the smoke must be white.

Building - Physics-based suspension bridge

Create a rope bridge. Make 10 wood planks that are 5 studs wide and 2 studs long. Place them in a row. Add rop constraints on each side of the parts, connecting each one to the part before it and after it. Make all the rope constraints visible,...

Building - Night / day cycle with street lights

Add a script that changes the time of day by 1 hour every second. Start at 3pm. At 7pm, turn every spotlight's brightness up to 10. At 8am turn every spotlight's brightness down to 0.

Building - Scatter objects with randomization

Add 0-5 of the selected instance "Mushroom" around each "RedwoodTree-Var01".