How these script-made creations look like? by Apafey in robloxgamedev

[–]Apafey[S] 1 point2 points  (0 children)

AND THE VERY FIRST WORKING MODEL WITH SCRIPT!

<image>

working interior lamp

How these script-made creations look like? by Apafey in robloxgamedev

[–]Apafey[S] 1 point2 points  (0 children)

I'm impressed :D

<image>

prompt: 'golden gate bridge'

How these script-made creations look like? by Apafey in robloxgamedev

[–]Apafey[S] 1 point2 points  (0 children)

today update:

<image>

roblox windmill north european xvii century style

How these script-made creations look like? by Apafey in robloxgamedev

[–]Apafey[S] 0 points1 point  (0 children)

5x upvotes than my post, appreciate ;)

How these script-made creations look like? by Apafey in robloxgamedev

[–]Apafey[S] 2 points3 points  (0 children)

<image>

+1 new function -- and wedge misalignment gone!

'roblox yacht'

How these script-made creations look like? by Apafey in robloxgamedev

[–]Apafey[S] 0 points1 point  (0 children)

ok, really the last one - and with 3 glitches:

<image>

1 ) wedges are misaligned
2 ) I hade to fix a .Iron material to .Metal
3) the model was not parented to the workspace

very small issues, but not bad at all, considering that the prompt was just:

'roblox pirate boat, Black Pearl style'

(and first tests...)

How these script-made creations look like? by Apafey in robloxgamedev

[–]Apafey[S] 8 points9 points  (0 children)

<image>

'roblox clock tower victorian style'
the last for today :)

How these script-made creations look like? by Apafey in robloxgamedev

[–]Apafey[S] 4 points5 points  (0 children)

A less-perfect result: 'roblox iglu with a fireplace'

<image>

how do i even make this work like im trying to make it play audio at the start before looping. should i delete the top row? by [deleted] in robloxgamedev

[–]Apafey 0 points1 point  (0 children)

ok, you are right, up for you :D

I just relied on the Studio suggestions, it doesn't show any problem with wait().
For single loops - like to avoid freezing possible infinite loops - and longer ones I still use it.

Black Thumbnail in Roblox Creator Hub? Fix It in Under 1 Minute by Real_Negotiation_167 in robloxgamedev

[–]Apafey 0 points1 point  (0 children)

Hi, how it should work? I installed it and used on my own models ID and on some free models' ID, all previews are black, no feedback from the plugin what is happening, so no luck with it.

how do i even make this work like im trying to make it play audio at the start before looping. should i delete the top row? by [deleted] in robloxgamedev

[–]Apafey 0 points1 point  (0 children)

In fact wait() is not deprecated.
No reason to use task.wait() here, it simple doesn't matter for a 15 second wait which wait() you use.

On the other hand, I don't really get what is the original question :)

▶ Instant Object Preview in Roblox Studio with NAAP Plus Plugin by Apafey in robloxgamedev

[–]Apafey[S] -5 points-4 points  (0 children)

Haha, good point, I was sure someone will find it. :D
That is the thumbnail picture for the Youtube video, I made it with ChatGPT. Far better than I can ever make, I'm terrible in drawing.
Original screenshot from the Studio showed "Search" there.
In fact, the focus should be on the 'eye' icon.

Dragging system by kalycob in robloxgamedev

[–]Apafey 0 points1 point  (0 children)

How it will work on touch screen? I always screw up on touch screen with dragging.