Can anyone show me how to make a fortune teller kinda like this

Something like this to give “mystic” fortunes to people

Maybe you gonna try using Artificial Intelligence

You can create a model using parts+unions, blender, or from the internet/toolbox.

I would recommend programming it with an LLM like GPT or Claude. Ask it to:

“Write me a Roblox Script with RunContext set to Client in Luau to show a random image for 5 second when a proximity prompt is triggered. Create the proximity prompt in the code. Please leave an area to fill in a list of img data URLs to fill out in the code.”

Then add the code to a Script (make sure to set the RunContext to Client) to a part in your model and add your image IDs for the fortunes to the code.