#General discussion

1 messages Β· Page 5 of 1

amber grail
#

Seems to hard to build

ebon bear
#

@crystal grail @brazen crag

amber grail
#

1st compile

crystal grail
amber grail
#

Ter

ebon bear
#

Trying going to remake QSML 1

amber grail
#

Send help

ebon python
#

Unreal engine?

amber grail
#

Source Engine

amber grail
#

You shouldn't really model in Hammer...

brazen crag
brazen crag
amber grail
#

Oh yeah, Idk if I will be able to fit the shutdown console in

#

I think I'll have to redesign it

tawny flare
#

minor inconvinience

ebon python
#

Could anybody help me with coding a script that: if you pull a lever a said amount of times it would unlock another action for where if you click a button it does something.

#

Or what would be like a keyword I search up

verbal veldt
#

While not a dev, I can help with realism / measurements for realistic reactors. I know a bit of LUA but havn't dived into it fully, I could probably rewrite some code and make some segments so if you're making a game and you want it to be realistic, just give me 200 bobux and i'll set up the design.

ebon python
#

I do believe

verbal veldt
#

i work for free then

ebon python
#

I mean I just need help with knowing what to actually code

tawny flare
#

wewewahewaheha

last jacinth
#

Nice, Tokyo-III

tawny flare
brazen crag
tawny flare
#

uqheuhequheuh

naive elm
# ebon python Could anybody help me with coding a script that: ```if you pull a lever a said a...
local amountClicked = 0;
local leverActivated = false;

local REQUIRED_CLICKS = 10;

local onLeverClick = function()
  leverActivated = not leverActicated; -- activate/deactivate the lever
  amountClicked += 1; -- add one to the amount of times clicked 

  -- add code here to make the lever work

  -- there are two things you could do to unlock the button:
  -- 1. change the click distance in the click detector's properties to 0 to 8 or something 
  -- 2. only allow the click detector to work if the amount of clicks is right 
  -- you could also do both

  -- here is 1:
  if (amountClicked >= REQUIRED_CLICKS) then     button.ClickDetector.MaxActivationDistance = 8;
  end
end;

-- here is 2:
local onButtonClick = function()
  if (amountClicked >= REQUIRED_CLICKS) then
    -- do the button stuff
  end
end;
ebon python
#

holy guacamole

naive elm
#

basically you just need to add one to a number every time the lever is clicked

#

then just allow the button to be clicked after that number reaches something specific

gilded cedar
#

introducing

shit lighting: the movie

gleaming shard
#

ive always wanted to remake evangelion stuff in roblox

ebon python
#

text change

ocean schooner
gilded cedar
ebon python
fleet zealot
#

tune to it

#

idk how to word it

#

it just seems repetitive

#

and the background notes are a bit odd too, they should be a tad bit louder and have a better uhh

#

general idea i guess? idk

fleet zealot
#

seems more like some soundtrack thing for a roblox core game honestly

naive elm
#

the red underline is a typo

ebon python
#

anyway i could make it vice versa?

#

it stops after x clicks

ocean schooner
fleet zealot
#

yes for starters its good

naive elm
#

where it says stuff like lua if (amountClicked >= REQUIRED_CLICKS) then -- do the button stuff end replace it with ```lua
if (amountClicked < REQUIRED_CLICKS) then
-- do the button stuff
end

#

basically "if clicked less than required then do this"

ebon python
#

im lost

#

oh

#

wait

#

im stupid

#

flat

ebon python
#

thats where your requiring 10 clicks for the script to activate correct?

#

or nada

naive elm
#

you can change 10 to something else

ebon python
#

it still not working

naive elm
#

but there's no logic there

naive elm
ebon python
#
local amountClicked = 0;
local leverActivated = false;

local REQUIRED_CLICKS = 10;

local onLeverClick = function()
    leverActivated = not leverActivated; -- activate/deactivate the lever
    amountClicked += 1; -- add one to the amount of times clicked 
    
    --lever code
    local ts = game:GetService("TweenService")
    script.Parent.ClickDetector.MouseClick:connect(function()

        script.Parent.Sound:Play()
        ts:Create(script.Parent, TweenInfo.new(.9, Enum.EasingStyle.Sine, Enum.EasingDirection.In),{CFrame=script.Parent.Parent.OpenPos.CFrame}):Play()
        wait(1.5)
        script.Parent.Sound:Play()
        ts:Create(script.Parent, TweenInfo.new(.9, Enum.EasingStyle.Sine, Enum.EasingDirection.In),{CFrame=script.Parent.Parent.ClosePos.CFrame}):Play()
        wait(1)
    end)
    -- there are two things you could do to unlock the button:
    -- 1. change the click distance in the click detector's properties to 0 to 8 or something 
    -- 2. only allow the click detector to work if the amount of clicks is right 
    -- you could also do both


if (amountClicked < REQUIRED_CLICKS) then
    -- do the button stuff
    end
end;```
naive elm
#

...because you are not calling the function?

ebon python
#

oh.

#

the click detector?

#

fuck

#

wait wdym im new to coding

#

im so sorry btw

naive elm
#

you should take the time to learn the core mechanics of programming before doing your own thing

ebon python
#

i mean

#

ive understood some basics

#

but

#

im trash at coding

naive elm
#

do easier projects to get the hang of things

ebon python
#

but i understand how to read your script

#

for the most part its straight forwartd

naive elm
#

for my own sanity I won't walk you through how to do things like "calling a function"

ebon python
#

alr lmao

#

thanks btw

naive elm
#

πŸ‘

ebon python
#

this go crazy

#

thank you @naive elm and @crystal grail

#

with help

vestal patio
#

My room is the dmr chamber

brazen crag
#

radiation

tawny flare
#

flak gun : D

vestal patio
#

The lights were dim

tawny flare
#

oh lol

tawny flare
#

convertible

ebon python
tawny flare
#

main part of the flak tower's done

crystal grail
#

wip

#

gotta draw a control station

tawny flare
ocean schooner
#

do you guys have any ideas to make this hallway look more uhhhh like old aperture

ocean schooner
#

yeah the theme is red

tawny flare
#

o

#

anyway

brazen crag
#

it looks like an old mansion

#

ngl

gilded cedar
#

curtains and paintings as well

ocean schooner
ocean schooner
gilded cedar
#

also what old aperture

ocean schooner
#

its where portal 2 takes place

gilded cedar
#

theres like 2 main themes

aperture science innovators
old aperture science

ocean schooner
#

mostly

brazen crag
stone thorn
#

1 fps moment

tawny flare
modern maple
tawny flare
#

munition expert

modern maple
#

NEON GENESIS EVANGELION!!! GRAHHHH!!!

#

time to sperg the fuck out

tawny flare
#

what

tawny flare
modern maple
#

only nge thing ive made in studio is like this layout of misatos apartment

#

rebuilds r lame

tawny flare
tawny flare
#

for your information, i did modify it a bit

modern maple
#

plot is lame

tawny flare
#

because i have little to no ref

modern maple
#

the 1995 one is the best

tawny flare
modern maple
#

the geofront is badass

tawny flare
#

yes

#

pyramid next to swimming pool πŸ”₯

modern maple
#

1.0 did make the futurism fuckin swag though

stoic tapir
#

So Im gonna remake the..maintinence elevator from qserf, but I need an opinion
should I have it
-themed off the cavern, (grey concrete, trusses, caution tape)
-bricks like the current one (mostly empty)
-cave (cave shaft, with metal beams)
or mixed
(all 3)

gilded cedar
#

which maintenance elevator

stoic tapir
gilded cedar
#

you know the fall from portal 2?

stoic tapir
#

yes

gilded cedar
#

maybe have the shaft be a transition from the cavern theme (modern), to an older one (bricks) and eventually a cave

stoic tapir
#

I dont know when this will get done so here

gilded cedar
#

neat

stoic tapir
#

Like I said before, it's the bottom of the maintenence elevator shaft right off the diagonal elevator

tawny flare
fleet zealot
vestal patio
#

Thanks

#

I have my wii hooked up rn

vestal patio
#

BEN SHAPIRO

stoic tapir
#

Yes another person who still uses wii

tawny flare
hushed shell
#

I redid the old logo for Oxera AEC

hushed shell
#

Another revision

gilded cedar
#

im dumb i sent this in the wrong post argh!!!
pixel art

gilded cedar
#

2nd attempt at making a 2d game in roblox because thats the only language other than scratch and the goofy microsoft makecode that i actually know

gilded cedar
#

i refuse

mortal jay
#

why

gilded cedar
#

im too lazy to learn anything at all

mortal jay
#

thats why godot

#

the programming language is really easy

#

simliar to python

#

which is similiar to lua

jagged grotto
#

What the fuck is this UV unwrap

deep patio
#

Gaming

tawny flare
#

america

hallow surge
#

oh yeah

tawny flare
#

im finally done

dawn bay
tawny flare
#

πŸ”₯

frozen stream
frozen stream
vestal patio
tawny flare
mortal jay
ebon python
#

Dang

copper marsh
#

oh that's very interesting looking

#

what is it for

mortal jay
#

laser

#

thing

#

where the laser points

copper marsh
#

oh I see

mortal jay
#

and just into that

#

thing.

copper marsh
#

very cool

ebon bear
#

Look like a piston

mortal jay
#

i just scripted it

#

lemme send video rq

crystal grail
#

Damn that is nice animation

stoic tapir
#

Bravo man

#

That's super cool

rustic patrol
#

@noble beacon how is your nuke game going? any updates?

mortal jay
tawny flare
#

concrete

mortal jay
#

supposed to be metal

#

uh

#

bad texture

tawny flare
#

justuse smoothplastic

mortal jay
#

not today

tawny flare
#

also i am completely awared that the lights are floating

mortal jay
#

already saw that 3 times

tawny flare
#

DAMN!

#

cool

mortal jay
#

never noticed it was made out of smooth plastic

tawny flare
#

lol

#

except the lights

#

πŸ’€

coral hull
#

you would be great at it

mortal jay
#

finnaly done

split tiger
#

Ooo very cool

crystal grail
#

logo redesign, finally putting effort into making my game
top is old
bottom is new

#

might change the bottom text

#

it looks a little weird

vestal patio
#

parking garage

stoic tapir
#

Racoons

#

(I'm kidding red pandas)

#

Was drawing based off another dude but I like how they turned out

sacred steppe
#

I did not do a superreaction bruh

gleaming shard
gilded cedar
covert stag
crystal grail
#

excuse me

#

i didnt know you created QSERF

vestal patio
#

??

stoic tapir
# vestal patio ??

Why are you posting qserf gameplay images in the developer creation chat

vestal patio
#

Mb mb

#

I didn't realize at first

stoic tapir
#

It's fine

vestal patio
#

I thought it was just for GENERAL conversations

#

Like

#

General general

regal patrol
#

shrimple thing when i figured out lists can have richtext active

regal patrol
#

more shrimple example

tawny flare
mortal jay
#

yes

rustic patrol
#

hello QSP

#

soon im gonna be in greece

#

wait fuck

#

wrong channel

#

+hahadhah

tawny flare
tawny flare
sleek hatch
#

continue the great job πŸ‘

gilded cedar
#

clearly hacks, no way you can dev that fast

tawny flare
amber grail
#

Only the finest work in Hammer

tawny flare
#

whar

gleaming shard
#

does anyone know how to import an image directly onto studio without having to wait for it to get accepted as a decal

#

or if thats even possible

stoic tapir
#

Everyone's favourite guy

#

I think its okay

#

I like the drawing more than the particles

#

Plus it was for a school project

vestal patio
#

You can just add a decal to a part and put the file in the decal

gilded cedar
#

decals get accepted pretty quick

#

and no you cant

naive elm
#

use the rbxasset (NOT rbxassetid) protocol to locate the file

hallow surge
stoic tapir
#

Mhm

tawny flare
neon obsidian
#

i may not be a nerd but i bro

i funkin love flags stuff lo
i do like the fabric overlay u have on these flags too

brazen crag
#

i dont think u can advertise here

#

mods bash his skull

copper marsh
#

I would if I had perms smh

brazen crag
#

ping other admin ig?

#

also there is an another game called Cobalt Valley Research Facility by JKR

#

lmao

#

stealing names too ig

stoic tapir
#

GIANT

#

Machine gun

#

There is no way that thing would be supported

#

Hanging that far out

#

Please tell me it's like a turret or something

gilded cedar
#

its part of a ciws

frozen stream
#

wrong game mb

ebon bear
crystal grail
#

hole

sharp orbit
sharp orbit
#

many curve

dawn bay
#

reasoning for the cut out shape

#

it's the shape of the island where the founder of the reigment comes from

#

yeah

#

imperial asian legion :))))))))))))))

ebon bear
#

Control room

dawn bay
#

pol

brazen crag
#

at the bottom of it

dawn bay
#

ch

brazen crag
#

bc there was gonna be cheese

ebon bear
brazen crag
ebon bear
#

no

brazen crag
#

😭

amber grail
dawn bay
amber grail
#

Poland

#

Le Poland

dawn bay
#

napoleon basically made them mercs, so let me do it

amber grail
#

I'm going to Poland later today

mortal jay
ebon python
#

Holy shit

#

Those look amazing

#

I suck with decals

#

But I know how hard they can be sometimes

mortal jay
ebon bear
#

@crystal grail gahagah

ebon python
mortal jay
#

high power nitrogen laser

#

nitrogen lasers exist so

#

yes

brazen crag
stoic tapir
#

BEFORE You ask "how tf did you get qserf assets"

#

just gonna tell you

#

I made copies off images

#

Some of them arent exactly photo accurate but close enough

#

no you cannot have them

onyx mesa
#

making a highway for what will hopefully be a dystopian 1980s game

neon obsidian
#

interest peaked

brazen crag
#

it looks like the qserf ones

crystal grail
stoic tapir
brazen crag
#

?

stoic tapir
#

Me and the QBC set head Retro are working on something rn

brazen crag
#

ayee

#

epic

stoic tapir
#

This is our best work so far

brazen crag
#

you guys gonna send updates here? bc im interested

stoic tapir
#

its not done yet but Ill tease something pretty soon

brazen crag
#

epic

stoic tapir
mortal jay
#

oh yeah

#

i created noise map

#

many noise maps

#

combined

brazen crag
#

possible E8 stuff?

mortal jay
#

and then uh

#

yeah idk how to explain

stoic tapir
#

Note its not official

#

we dont work for sst

#

we just do qbc

mortal jay
#

looks official

obtuse yoke
brazen crag
#

lmao

#

im excited to see any E8 content

#

and you have great stuff so

#

im more excited

thorny hemlock
#

little update on the build im workin on with burnished

stoic tapir
#

God I love it

brazen crag
#

oooo

#

epic cool

thorny hemlock
stoic tapir
#

I love that tunnel so much

brazen crag
coral hull
thorny hemlock
#

just a little project im helping burnished with

coral hull
#

cool

coral hull
#

Also to any developers. I’m interested in starting to model but I want to know how long does it take to become whatever you consider β€œTop work”?

#

I want to know how long because when I start something I get into quitting it pretty fast.

primal river
# coral hull Also to any developers. I’m interested in starting to model but I want to know h...

that speed depends on a lot of factors, including but not limited to:

  1. how fast you pick up skills / learn the program
  2. how fast you understand the concepts of modeling (quads vs tris vs ngons, file formats, etc)
  3. how much time you put into practicing / modeling in general (1 model a day vs 1 model a month is a big difference)
  4. how much you try new things in your program of choice (using the same tools means having the same toolset, expand whenever you can)
#

for me, it took roughly 1.5 years to get to my current best work

#

but i had to juggle school + literally every other aspect of development, including scripting

#

i've been a dev for just over 3 years now, it's definitely doable

#

especially if you focus JUST on modeling and nothing else

stoic tapir
#

Dont try replicating top games overnight, it wont work and youll get burnt out

#

Start by learning the fundamentals and experimenting

#

then, make a mini showcase

#

learn some more, apply the new things

#

repeat

#

repeat

#

and so on

#

Dont be dissapointed in your work

#

Just keep trying

coral hull
#

Il take both message into my start at this. Thanks you both.

stoic tapir
#

yw

brazen crag
#

also do not forget you will not be good overnight

#

i have been making builds since 2021

#

and im still not "top work"

ebon bear
#

I also like your game too

stoic tapir
thorny hemlock
crystal grail
#

jesus that looks too good to not be qserf

#

i love it

stoic tapir
#

We will be enabling freecam to everyone since you wont be able to traverse the map

jagged grotto
stoic tapir
#

Its done

crystal grail
#

will visit later

thorny hemlock
#

man discord really isnt letting me send messages huh

stoic tapir
#

Alrighty

#

I gtg.. but I will be back later

thorny hemlock
#

of course the fonts dont load in smh
classic roblox

stoic tapir
#

Ya know what's hilarious while I was working on that I had ANOTHER idea for an area we don't get to see so I might do that this week. it's fairly small so shouldn't be an issue

obtuse yoke
#

you make awesome models too lol

obtuse yoke
obtuse yoke
ebon bear
#

@stoic tapir there still problem

#

cannot get up with this ladder

stoic tapir
#

Retro did that last second

thorny hemlock
#

i just fixed that lmao

stoic tapir
thorny hemlock
#

yup, just published

#

its a shame that roblox has the weird lighting glitch

#

i might add some more stuff up above, like the maintenance elevator stop and the foxtrot stop

thorny hemlock
#

errrm no

ebon bear
#

sadge

#

but yeah it would be amazing if the elevator work

thorny hemlock
#

it would be

#

especially with all the lights

crystal grail
#

another relax place

thorny hemlock
#

still really impressed with what burnished did here

stoic tapir
thorny hemlock
#

ah, alrighty

stoic tapir
#

I'll see if I can tommorow but I can't guarantee

#

But I'm so dang happy with it, and so proud knowing that I made you all and sst stare in awe, couldn't have done it without you retro

thorny hemlock
#

ty!!

ebon bear
#

remake the game logo because yeah

#

because the og logo...

#

The front text are Courier new

coral hull
#

playing this rn

#

very nice

#

i love the colours

thorny hemlock
#

does anyone else seem to having this bug with fonts?

#

this is the font i get when loading onto a game, the basic font

#

however, this is the font that's supposed to be used

#

cant be reproduced without leaving studio and returning to a game, and goes away if you remove and then add back same text

#

kinda frustrating when going into a game and then ending up with none of the fonts loading

mortal jay
ebon bear
obtuse yoke
#

sometimes it happens to me when I open a game in studio.

mortal jay
#

happens to me too

#

but mostly loads like 10 seconds after

ebon bear
tawny flare
#

pov: you only use roblox studio

ebon bear
#

im only need 3 years

tawny flare
#

you guys learn fast

#

it was till 2020 that i knew the "union" function exists

#

thats like

#

year 3 of roblox studioing

ebon bear
#

i already know union exist in 2020

tawny flare
#

πŸ’€

dawn bay
#

how the hell do you get that letter in without having to do it by hand

#

there's no font like this

#

also

#

which one is based

#

this

#

or

#

very important bizniz

#

(im gonna rip the colours)

dawn bay
#

the wreath/laurel looks out of place

#

uhhh

brazen crag
#

ima visit it rn

#

GOD DAMN THE DETAILS

gilded cedar
#

it seems like it only happens if you have RichText enabled, so if you want to have larger text, you'll have to mess with PixelsPerStud or the size of the surface gui

#
tawny flare
gilded cedar
tawny flare
#

didnt happen to me tho

gilded cedar
#

what font do you use?

#

source sans pro?

tawny flare
#

michroma

#
  • gotham SS
gilded cedar
#

do you have richtext enabled?

tawny flare
#

uhuh

gilded cedar
#

weird

#

have you like published the game to roblox

tawny flare
#

oh wait

#

ye

gilded cedar
#

strange

#

i actually havent tried it on michroma, i've only witnessed it occur on titillium web and special elite

#

it might only break on certain fonts

dawn bay
#

plsplsplsplsplspls

gilded cedar
#

try reverse image searching it? you might be able to find a font

#

you can also try to cut the letter out of the image

vast fiber
gleaming shard
stoic tapir
#

That is just

#

Wow

stoic tapir
#

It was retro

modern maple
#

made some walking cloud art

#

shitty picture actually

#

this one better? yeah

stoic tapir
#

Yes

#

Its not done yet

#

we are finishing it

gilded cedar
#

smells like..

perfectly recreating assets and lots of skill

stoic tapir
#

I need to make a portfolio on roblox developer hub

#

I literally cant tell that its my thing

#

It looks sooo identical

covert stag
#

holy shit

stoic tapir
#

Im just gonna resort this to a chat since I dont wanna clog up general

thorny hemlock
#

comparisons

stoic tapir
#

retro post them here now

thorny hemlock
#

alrighty

obtuse yoke
#

this looks like an official creation lol

#

nice work for both of you guys

thorny hemlock
#

thanks!!

#

the updates out btw, if you want to explore it!

ebon bear
#

unfinish stuff goes wrong

#

i saw that

stoic tapir
#

And that someone is you

#

You are getting better every day

obtuse yoke
#

Imma check it rn

ebon bear
#

@crystal grail new thumbnail

crystal grail
stoic tapir
#

YES

#

Also why is there a sponge

#

Next to the blue barrel

ebon bear
stoic tapir
#

Box

ebon bear
#

yeah

#

it a box

stoic tapir
#

Mace of carpet

ebon bear
#

cant find any good texture

#

soo carpet

stoic tapir
#

It's a cat house

ebon bear
#

true lmao

stoic tapir
#

Disguised as a box

#

But is also a sponge

ebon bear
#

ah

stoic tapir
#

Yeah that works

gleaming shard
fading spire
#

Next the room thing with help of bid

ebon bear
#

Warning Core overheating! Nuclear meltdown imminent.

crystal grail
fading spire
sleek hatch
crystal grail
gleaming shard
fading spire
ebon python
#

thank

ebon python
crystal grail
ebon bear
stoic tapir
#

Practice first

#

Don't just slap together some free models

ebon bear
#

Even the wall

stoic tapir
#

Even the air

ebon bear
#

Also my qsml 1 remaster version uh

stoic tapir
#

The very molecules that hold together reality

ebon bear
#

My friend try to script it

#

Yes the effect is done

#

Except button switch and other so then after they finish then uh yeah a finish startup

stoic tapir
#

I wanted to learn effects

#

Cause damn the shit I've seen

ebon bear
#

Yep

stoic tapir
#

The black holes and galaxys

#

Electrical sparks

ebon python
#

If anybody remembers that one yellow robot thing with the red eye and the doc oc arms from cave of makers a really long time ago, here’s the new version

tawny flare
ebon python
stoic tapir
#

That's not qserf lol

#

Well it is but

#

It's my redo

tawny flare
#

ye

stoic tapir
#

It's a fan build

#

I mean sst might redo that area like it

tawny flare
#

ye

#

should i go sleep

or

continue working on my project

#

(its 3 am

#

chunk loading exists

#

first post for today before i go to sleep

ebon python
#

a

ebon python
#

CPI East Dock

#

still need to freshen it up

#

idrk what to do with it

stoic tapir
#

As well as bideo

ebon python
#

oh snap

ebon python
stoic tapir
#

Because that's cool

#

And we need more people

#

(Not like rn but)

ebon python
stoic tapir
#

bouiouyi

ebon python
#

that

#

pipe

#

bootleg Miami background

#

###################

#

spot light

#

alr im fukckin done

crystal grail
#

light

crystal grail
#

QSERF anime opening (still wip)

fading spire
#

Finished

crystal grail
#

FINISH YET

fading spire
#

WAIT

crystal grail
#

THE DMR

fading spire
#

WRONG VID

#

LO

crystal grail
fading spire
#

oh wait

#

it correct

#

Yeah button finished

#

But i still need to slap em all into collec service

crystal grail
#

buto

lusty gulch
#

so slap an sound into that button

gleaming shard
neon obsidian
quaint sentinel
#

control room (wip)

fading spire
river moss
#

not CFrame position

#

makes it not have that bounce effect

fading spire
#

I already use math.rad but in tweening way

river moss
#

Then uhh

fading spire
#

oh wait crap i made 2 of them

river moss
#

j

river moss
fading spire
#

the math.rad confuse me asf lo

#

thats why i switch to tween n cframe

#

maybe i can make it unnoticable

river moss
#

it turns the part on its center or pivot

fading spire
#

I use pivot

river moss
#

Which is why something like doors would have one cframe part at its edge so the math.rad works properly

fading spire
river moss
#

in this case youd put said part in the middle of that cylinder thingy

river moss
# fading spire

Yeah try math.rad first and see if it works without it cuz i actually never tested this myself

#

ive just used some sort of very thin part as primary and have all other parts welded to it

fading spire
#

OH WAIT I FORGOR THAT WELD AND PRIMARY EXIST

#

bruh

river moss
#

you dont really need it if youre tweening one part (assuming the above method works)

#

just for models

fading spire
#

ye

#

Any suggestions to this area?

#

idk what to add now

#

and I don't k now if it is already perfect

ebon bear
fading spire
#

bruh

#

at least i added chicken lore

brazen crag
crystal grail
last jacinth
#

:3

brazen crag
#

lay egg

ebon bear
#

Effect by robloxstudiowikigst

#

@crystal grail

crystal grail
#

cor

#

cool effect

brazen crag
#

when qsml2 remake

coral hull
#

qserf

stoic tapir
#

Funny giant atom

naive elm
vestal patio
cursive mulch
#

Some UI stuff hehe

gilded cedar
#

where did you get the icons in the 3rd image?

ebon python
#

It was too late before I realized

neon obsidian
crystal grail
#

Or uh, whatever that one CIA virus that was used on those centrifuging plants in iran was

#

Hell, I think that mf was made with Lua lol

#

Flame, also known as Flamer, sKyWIper, and Skywiper, is modular computer malware discovered in 2012 that attacks computers running the Microsoft Windows operating system. The program is used for targeted cyber espionage in Middle Eastern countries.Its discovery was announced on 28 May 2012 by the MAHER Center of the Iranian National Computer Eme...

neon obsidian
#

lmao

crystal grail
#

Apparently it was made by the NSA tho, not the CIA

#

Ig the CIA would've just sabotaged or bombed the place

#

Or drugged the workers or some shit lol

#

They've always been more hands on

#

NSA seems more

cursive mulch
cursive mulch
gilded cedar
#

thanks

cursive mulch
gilded cedar
#

thanks!

cursive mulch
#

welcome! It's really handy

fading spire
fading spire
#

At least i like ui design

#

Mine ia worst lma

glossy chasm
#

a can't of cola πŸ˜”

cursive mulch
#

It is a soup can soda.

glossy chasm
#

pfffft lmao

cursive mulch
glossy chasm
#

ah there it is

#

is that a pbr texture?

ebon bear
crystal grail
neon obsidian
#

truely

ebon bear
crystal grail
#

Well it seems to be a 4x1x2 part, aka the default when spawned, so I'd say either:

  1. It was spawned in to be used for something, but then the dev got distracted/cut off
  2. It's a small building error.
  3. It was made by a script and was not set to hidden.
  4. It was placed as a positional indicator/source and was not hidden.
#

Then it was probably one of the other devs

#

Then it's probably remains from that idk, it's CVRF

#

That game uses various tricks from what I've seen

#

Like having props designated by single parts

#

Alternatively: you just pressed the add part button and didn't notice lol

#

Prolly a script then

stoic tapir
#

How would we know

neon obsidian
#

tbh, yeah, how would we know ☠️

#

sudden 4x1x2 brick jumpscare :((
(i mean aside from the fact its there in your case, it shouldn't really be any problem i believe)

primal river
#

remodeling the crusader c1 spirit from star citizen
(mine - top, original - bottom)

#

original has 500k+ tris and no interior

#

i plan on making a full interior

#

im not going for a 1:1 clone but a "heavily inspired" look

#

since im not skilled like CIG's actual artist team

#

still a wip

stoic tapir
primal river
#

also featuring vtol thrusters

neon obsidian
#

holy smokes

primal river
#

(i plan on making this flyable in roblox somehow)

neon obsidian
#

that is very detailed, kudos

primal river
#

current difference in wireframes

neon obsidian
#

OUGH

primal river
#

16k tris vs. 769k

neon obsidian
#

i assume the top one is the newer one with less triangles?

primal river
#

yes

neon obsidian
#

icic

primal river
#

the old one was ripped straight from the star citizen website as a cmt, which i used meshlab to convert to obj which i then imported to blender

#

behold, orang

neon obsidian
#

orng

#

orinch

ebon bear
#

πŸ’€

primal river
#

im unironically considering pledging like $110 for this ship in star citizen bc of how good it looks

#

i just want to do it justice

covert stag
#

star citizen ships are cool

obtuse yoke
mortal jay
#

so it was him

primal river
crystal grail
#

Remake another one

ebon python
#

w alt account

#

prob gon change this

ebon python
#

wip bridge section

#

aka border

#

roblox car for reference

#

could use some improvements but it is pretty good, source: me

#

map so far

#

Any suggestions?

cursive mulch
ebon python
#

Damn

brazen crag
stoic tapir
#

Stuff for art

#

Still working on it

#

Plus it looks better irl, my shitty camera never picks up images right

crystal grail
#

ghostbuster πŸ‘»

ebon bear
gleaming shard
#

It kinda looks like the Madison Research Center!

#

Wow

ebon bear
#

QBC apply goes wrong

stoic tapir
crystal grail
brazen crag
thorny hemlock
ebon bear
#

thanks you

ebon bear
brazen crag
#

epic

#

ima try to apply for QBC today

crystal grail
ebon bear
#

maybe trying to expand the area in the future

crystal grail
#

i'll apply for QBC

#

IF I HAD A BETTER INTERNET

#

and my voice

ebon bear
#

here new thumbnail by robloxstudiogst for QSML 1 remaster

#

Old one

crystal grail
#

large ass reactor

ebon bear
ebon python
#

rgfhfg

stoic tapir
#

I think the qserf grid should be massive, a super overly engineered..basically massive engine

#

If it's supposes to power thr entire eastern coast

#

Anyway very nice

ebon python
#

the breaker is only made to power the facility and control where the power is coming from

#

either aux (generators) or primary (reactor)

stoic tapir
#

Yeah but

#

Giant industrial breaker

ebon python
#

a seperate system powers florida

#

that system directs power output from the core

#

you should join the forum burnished

#

i need more input

#

on things

stoic tapir
#

Alrighty

ebon python
#

lets gooo!!

stoic tapir
#

You should apply for qbc by the way

#

Really good work

ebon python
#

i should?

#

how does one do that

coral hull
ebon python
#

o

#

that would make sense

ebon python
#

also tbh idek what qbcis

coral hull
ebon python
coral hull
#

not sure

#

what are the current options?

stoic tapir
#

You're more skilled in that

ebon python
#

O

ebon python
#

Is it possible to create a melting effect?

stoic tapir
#

Melting as innn..?

#

Hot metal?

ebon python
#

yes

#

a melting animation of sorts

#

take a metal sphere and then it starts melting from the top and yeh

gilded cedar
#

probably not

ebon python
#

damn

river moss
#

But itd be very hard and performance hungry

ebon python
#

well how would you?

covert stag
#

Skinned mesh with animations perhaps

ebon python
#

idk what that means

#

lmfao

primal river
#

after effects is fun

#

fun fact: the text is dynamic so i can change it to whatever i want (its not an image)

ebon python
#

bnfjkhghlytn

#

am i gon get denied if I do this

stoic tapir
#

Idk

ebon python
#

@stoic tapir join chat vc lmfao

stoic tapir
#

I'm at a football game rn for my school, sorry

primal river
#

got the internal hull and windshield mapped out

#

from here on im gonna try and be a bit different from the star citizen model so i can focus on making it work for roblox

ebon python
#

qbc here i come

#

@stoic tapir thoughts?

stoic tapir
#

Yeah that's good

ebon python
#

lets go

#

theres a little secret ;)

#

@crystal grail

#

lm fao

crystal grail
#

nice

ebon python
#

no as in

#

u know the secret

#

mr

#

uh

#

man

#

por senor

dawn bay
ebon python
#

dbfghtgj

dawn bay
#

we need the dark and griddy lighting

#

like halfen lifen beta

#

βœ…

ebon bear
coral hull
#

whats behind that door?

#

i dont know

#

but it scares me.

rocky brook
#

so baiscally

#

tsa logo in 1985 that i made out of boredom

crystal grail
#

Kazastan oil group

naive elm
#

a documentation website that ive actually started in november

#

yes, it also has dark theme

rocky brook
naive elm
#

nuh uh

#

scss developer

#

there's a difference

frozen stream
naive elm
#

it's such an amazing name

#

Sassy coming from the original language, Syntactically Awesome Style Sheets