#General discussion

1 messages · Page 3 of 1

dawn bay
#

it's been like 2 centuries

#

kings german legion

#

42nd black watch

#

(scots)

#

OH WAIT

#

I SHOULD DO A BRITISH STYLE

#

BIG BRAIN MOMENY

#

the thing is

#

i don't know where to get the "cosmetics" in the flag

#

like the uh

dawn bay
dawn bay
#

BRUH

crystal grail
#

@ebon bear @fading spire

ebon bear
#

Draw a bigger one

crystal grail
#

the orginal already tiny

fading spire
crystal grail
#

Advanced jetpack

fading spire
crystal grail
fading spire
ebon bear
#

a test game

crystal grail
#

decided to do a bit of practice on inkscape gradients cause I just got started

cursive mulch
modern maple
#

pbr textures are good

brazen crag
stoic tapir
#

I tried my best getting this under 1000 tris while maintaining quality

#

952 tris

#

mainly from the tires

#

the frame itself is 432

#

took the higher poly route

#

not much more though

copper marsh
#

that is AWESOME

modern maple
#

very good

#

i love the timeless quality of the hl2 props and i think the right textures could put it with those

stoic tapir
#

But the TRIANGLES

half spindle
#

48 instructions encoded so far

thorn prism
#

Euriplex Construction Update (June 17, 2023)

half spindle
split tiger
#

So this Is mine first model i ever build

#

Turbine

#

Idk if it looks good

#

For me kinda

#

Beacuse this Is my first model

gilded cedar
#

ui feedback?

dawn bay
ebon bear
#

@crystal grail @fading spire pipe bomb under your table

brazen crag
#

mmm

#

big pipe bomb

#

on island

crystal grail
naive elm
naive elm
gilded cedar
naive elm
#

actually I have a solution

#

without changing the icons

#

unless you want to change them

gilded cedar
#

changing the image size?

naive elm
#

yeah

gilded cedar
#

im probably gonna change them since they arent consistent (settings is flat, while the paper plane looks more '3d')

naive elm
gilded cedar
#

i'll try those
are they uploaded to roblox?

naive elm
#

no.

gilded cedar
#

oo ty i needed those

naive elm
#

yeah

#

typically if you search "icons" on the web you'll get a lot of good results

#

my personal go-to is Octions, GitHub's icon set

#

but sometimes I just make my own

gilded cedar
#

i was just using font awesome lol

naive elm
#

not the biggest fan of fontawesome but it works

fading spire
#

I want to scropt

#

I eman scripkt

#

Gman

naive elm
#

script

gilded cedar
#

actually i like it

naive elm
#

also feel like you can pad the textbox a bit

gilded cedar
#

yeah
i suck at ui lol i hate making it scale the same on all platforms

#

ok how the heck would i call TextService:FilterStringAsync() on the client

naive elm
#

maybe you don't and have to use a removefunction instead?

gilded cedar
#

let me try

#

alright i did that

#

i can return pcalls right

naive elm
#

pcalls return a tuple so yes

naive elm
gilded cedar
#

first is client, second is server

naive elm
#

there's your issue

#

the first argument of any server remote is player: Player

#

which is the player that the request came from

gilded cedar
#

oh okay

#

so i dont even need the userid thing

naive elm
#

yeah

#

userId is unrealiable too though

#

because what if someone sends a request but spoofs as another user?

gilded cedar
#

then what should i use?

naive elm
#

i meant the way you're doing it

#

just do ```lua
function(player: Player, text: string)
...
end

gilded cedar
#

yeah i did that

naive elm
#

yup

gilded cedar
#

alright its kinda working, other than filter doesnt work in studio (wahh)
how should i make the ui scale properly

#

in studio

naive elm
#

it really depends for every object

gilded cedar
#

and using device

stoic tapir
# ebon bear

Jokes on you I got a particle accelerator on my desk

naive elm
#

or sometimes, just use both

gilded cedar
#

alright
any advice on how i should fix the ui? (basically everything is scale, the only things that use offset are the send and settings things but thats because i took them from the roblox topbar)

primal river
#

get plus for smartscale if you have the robux

primal river
#

its effects are more easily noticable on mobile

#

use UIAspectRatioConstraint on a holder frame to keep that aligned

gilded cedar
naive elm
#

I love roblox

gilded cedar
#

i was testing on xbox lol i think thats why

#

but damn

#

i cant wait to make channels and whispers a thing

#

(please help i dont want to do it)

#

and how the hell would i do chat commands

#

im probably doing the pcall wrong but

#

(and yes i tested outside of studio)

#

why does it keep printing the chat filter error

#

@naive elm do you know why this is happening

naive elm
#

unsure

#

debug it

#

use breakpoints or prints

split tiger
gilded cedar
#

HOLY SHIT

#

I GOT IT TO WORK

#

WOO

naive elm
#

nice

gilded cedar
#

let me record it

thorn prism
#

Idk why but I created this for the shits & gigs

covert stag
naive elm
gilded cedar
#

Players.jedisalf.PlayerGui.Chat.LocalScript:116: attempt to index string with 'Color3'

#

what

#

is Color3 of the textlabel a string or something

#

(this worked before now its randomly erroring)

mortal jay
#

isnt it TextColor3

gilded cedar
#

oh yeah

#

didnt notice that

#

but it worked before so thats weird

#

did the script change or something

gilded cedar
#

oh im stupid i fixed it

naive elm
#

instead of TextLabel = tostring... do TextLabel.Text = tostring...

gilded cedar
#

yeah i saw

waxen musk
#

I wanna find the Local Players HumanoidRootPart so i can get the CFrame

#

but idk how to do that

covert stag
#

game.Players.LocalPlayer.Character.HumanoidRootPart?

naive elm
#

DO NOT DO THAT

waxen musk
#

do what

covert stag
#

why not bro

naive elm
#

because the client will be loading

#
local player = game.Players.LocalPlayer --player
local character = player.Character or player.CharacterAdded:Wait() -- get the character
local humanoidRootPart = character:WaitForChild("HumanoidRootPart")
#

simple thing

#

i gotta go

covert stag
#

basically the same thing TrollHD

mortal jay
#

fr

crystal grail
#

old model (courtesy of sxecfy, one of my good ol friends) vs new model (still kinda wip but it's improvement)

brazen crag
#

looks epic

gilded cedar
crystal grail
gilded cedar
#

oh ok

crystal grail
#

I think I am done with the main area

#

now time to decorate a lil bit

crystal grail
#

decorations finished

noble moth
#

usually whenever I place a part down on something like a wedge the part goes parallel to that surface of the wedge, but it stopped doing that. dunno how to fix it, anyone know how?

naive elm
#

i have the same issue wtf

stoic tapir
dawn bay
#

yeah

#

ripped it off directly

mortal jay
#

i made a gun

#

1478 tris

crystal grail
brazen crag
gilded cedar
#

my gui refuses to keep the same scale. im using scale, yet it doesnt want to work. i've tried ui aspect ratio constraint, doesnt work still
(left = HD 720, right = HD 1080 (my monitor)

#

please help

naive elm
#

I'd really like to but I can't explain my process well

#

it's a few things I do to help make solid GUI

gilded cedar
#

k

gilded cedar
naive elm
#

👍

gilded cedar
#

the automatic size stuff helped as well

#

ty

naive elm
#

yw

gilded cedar
# naive elm yw

so im trying to make it so textbox will resize its y so it can fit all the text, and the scrolling frame will resize with it

i dunno if i did it right but heres what happens:

when text is in frame

scrolling frame doesnt resize
textbox doesnt resize
text fits

when text is out of frame

scrolling frame resizes
textbox doesnt resize
text doesnt fit
#

i've been looking at your gui and trying to use that, but it still wont work

#

are text boxes diff from textlabels when it comes to fitting text or something

naive elm
gilded cedar
#

yeah

#

its checked

#

not checked

#

its on XY

naive elm
gilded cedar
#

yeah
so the text can wrap

naive elm
#

send me your gui and I'll look into it later

#

I'm off to eat brunch

gilded cedar
#

the entire thing, or just the chatbar

#

actually i guess the entire thing

split tiger
#

So i tried to recreated SNL turbine my second creation (this Is still not done yet)

brazen crag
#

ooo

#

not bad

split tiger
#

Thanks

stoic tapir
#

I suggest changing the colors up a bit

#

the back is more red

#

the front is a little less blue

#

image for reference:

split tiger
#

I know

#

Am doing it from the picture

#

But i can't change the colors for some reason

#

Any tips how to change it ?

brazen crag
#

use the

#

properties

#

then change the color there

#

if ur using unions

#

go to properties

#

use part color

split tiger
brazen crag
#

the properties tab?

split tiger
river moss
#

made in roblox studio today out of boredom

#

(they get converted to decals because the surfacegui has at least 8 of them)

waxen musk
#

I'm trying to make a script that highlights the player when they're behind a wall

#

but i cant get it to work

stoic tapir
#

for the love of god FINALLY

#

sooo many import errors

river moss
waxen musk
#

yes

stoic tapir
brazen crag
#

ooo that looks good

mortal jay
#
local minus = Camera.CFrame.Position - RootPart.Position
local direction =
(minus).Unit * math.abs(minus.Magnitude)
#

then you should exclude the character with raycast params

#
if raycastResult then
if raycastResult.Instance then
RootPart.Parent.Hightlight.Enabled = true
else
RootPart.Parent.Hightlight.Enabled = false
end
end
#

should work

waxen musk
#

Alright

#

Thanks

covert stag
mortal jay
ebon bear
waxen musk
#

I’ll let you know if it does or not

mortal jay
#

k

sharp orbit
#

jaga jaga

ebon bear
half spindle
ebon bear
crystal grail
errant pond
lusty gulch
#

chocolate factory

crystal grail
#

damn

naive elm
lusty gulch
#

im too lazy to make 2/more power sources

naive elm
#

meant like here

#

why not use shafts

lusty gulch
#

im dumb

lusty gulch
naive elm
#

just a regular create contraption

waxen musk
#

It kinda just flashes instead

split tiger
#

Well i did some progress but its still not finished it looks more and more cooler

#

If you dont know what Is it Its SNL turbine recreaction

#

I wish i can get more footages

naive elm
#

ctrl l is for nerds. disable local space directly.

split tiger
#

Thank you

split tiger
#

I have a question do you model in roblox studio with parts or in blender ?
I do mine models in roblox studio

copper marsh
#

willy wonka would be pleased

#

oh my god my chat was so displaced

#

Ignore that

stoic tapir
#

They are just generally a better quality

gilded cedar
#

yeah i know, bad scripting. im just testing what the animation is gonna look like

task.wait(5)
local ReloadAnim = {
    Animation = script.Animation,
    Track = nil
}
local function LoadAnimationOnRig(Rig : Model, Anim : Animation) : AnimationTrack
    local Humanoid = Rig:FindFirstChildOfClass("Humanoid")
    if Humanoid:FindFirstChildOfClass("Animator") then
        local Animator = Humanoid:FindFirstChildOfClass("Animator")
        if not ReloadAnim.Track then
            ReloadAnim.Track = Animator:LoadAnimation(ReloadAnim.Animation)
            return ReloadAnim.Track
        else
            return ReloadAnim.Track
        end
    else
        local NewAnimator = Instance.new("Animator")
        NewAnimator.Parent = Humanoid
        if not ReloadAnim.Track then
            ReloadAnim.Track = NewAnimator:LoadAnimation(ReloadAnim.Animation)
            return ReloadAnim.Track
        else
            return ReloadAnim.Track
        end
    end
end

local ReloadAnimTrack = LoadAnimationOnRig(workspace.Rig, script.Animation)
ReloadAnimTrack:GetMarkerReachedSignal("Mag Out"):Connect(function()
    workspace.Rig.RiggedG17.BodyAttach.MagOut:Play()
end)
ReloadAnimTrack:GetMarkerReachedSignal("Mag In"):Connect(function()
    workspace.Rig.RiggedG17.BodyAttach.MagIn:Play()
end)
ReloadAnimTrack:GetMarkerReachedSignal("Slide Pull"):Connect(function()
    workspace.Rig.RiggedG17.Bolt.SlidePull:Play()
end)
ReloadAnimTrack:GetMarkerReachedSignal("Slide Release"):Connect(function()
    workspace.Rig.RiggedG17.Bolt.SlideRelease:Play()
end)

ReloadAnimTrack.Looped = false
while true do
    ReloadAnimTrack:Play()
    ReloadAnimTrack.Ended:Wait()
    task.wait(5)
end

why is task.wait(5) refusing to work?

#

when i press play, it doesnt wait 5 seconds
and it doesnt work in the loop either

#

also my sounds arent playing sometimes

half spindle
gilded cedar
#

doesnt :Wait() wait until the event is fired

half spindle
#

yes

#

but its not released in your code

gilded cedar
#

wdym released

#

how would i release it

gilded cedar
#

and i removed it, task.wait() still wont work

stoic tapir
#

What

ebon bear
#

yeah

stoic tapir
#

I'm not done with everything but I can show you the ones in blender

ebon bear
#

okay then

stoic tapir
ebon bear
#

look good

stoic tapir
#

that blob of black is a stack of paper

ebon bear
#

what the fuck is tha-

#

oh

stoic tapir
ebon bear
stoic tapir
#

funny how I can do an awesome computer
but texturing a pencil

#

a

#

pencil

ebon bear
#

let me hope in roblox studio and show the wireframes of my computers fuckingdying

stoic tapir
#

speaking of studio I need to work on my color pallet

ebon bear
#

too lazy to change the vent to image

stoic tapir
ebon bear
#

i hate turn something in roblox into a image

#

it suck

stoic tapir
#

I was gonna make some vent images

gilded cedar
#

my life is pain
seriously why is task.wait() not working

stoic tapir
#

with depth effects

naive elm
stoic tapir
#

just dont go overboard

#

smoothshade can easily fix it

#

when smoothshade works

half spindle
#

auto shade?

#

change your angles, worked for me

stoic tapir
#

I always do autoshade

#

And I always keep a simple backup of the model incase I need to change something

half spindle
#

manual shading 🧌

naive elm
naive elm
gilded cedar
shut sand
#

me when i waste $500 of ammo

gilded cedar
#

ikr

#

no more money for u

gilded cedar
#

i mightve done an oopsie
i put print(_G) in the command bar

errant pond
#

Oh boy how i truly wonder what that does

ocean schooner
#

check out this drawing i made of 4 big guys behind a woman

errant pond
#

could just be cut down to "you smell petroleum" lol

ocean schooner
#

lol

humble cedar
#

yo are we allowed to post zip folders of creations

#

i made a silly in html and wanna post it in #1112085977188548658

jagged grotto
#

I can't find out why this isn't working and it's so annoying

#
int CancelPin = 2;  
int AlertPin = 3;    
int AttackPin = 4;
int Signal = 0;      
int ChopperPin = 9;
int RotatorPin = 10;



void setup() {
  Serial.begin(9600);

  pinMode(CancelPin, INPUT);
  pinMode(AlertPin, INPUT);   
  pinMode(AttackPin, INPUT);

  pinMode(ChopperPin, OUTPUT);
  pinMode(RotatorPin, OUTPUT);
}

void loop() {

    if (analogRead(CancelPin) == HIGH) {
    Signal = 0;
    Serial.println("Cancel");
  }
    if (analogRead(AlertPin) == HIGH) {
    Signal = 1;
    Serial.println("Alert");
  }
    if (analogRead(AttackPin) == HIGH) {
    Signal = 2;
    Serial.println("Attack");
  }

  if (Signal == 0) {
    analogWrite(ChopperPin, LOW);
    analogWrite(RotatorPin, LOW);
  }

  if (Signal == 1) {
    alert();
    Serial.println("Signal 1");
  }
}

void alert() {
  analogWrite(ChopperPin, HIGH);
  analogWrite(RotatorPin, HIGH);
}```
#

ugh my board isn't uploading code now

native pewter
crystal grail
crystal grail
native pewter
#

this my turbine

crystal grail
#

yeah you could give it a shot

native pewter
#

idk

#

im not very good under pressure

half spindle
cursive mulch
#

I remember when I remade parts of BHNPS

#

good times

wet stag
# native pewter

scale them up!!! most transformers with that type of build would definitely be a lot larger than 16 studs

#

and also the oil tanks are missing the pipelines, so theyre just kind of sitting there

native pewter
#

I was gonan ask if something was wrong

native pewter
crystal grail
#

My proudest creation so far, took only 10 minutes

#

(I made french toast and scrambled eggs before but whatever)

#

tasted pretty good

#

though the cheese lacked stretch cause I forgot the manchego cheese

#

anyways for some more serious stuff

crystal grail
#

@covert stag btw isn't the thread supposed to be pinned

covert stag
#

is it not

#

oh

#

👍

fading spire
#

50,000-100,000 WIREFRAMES LMAO

mortal jay
#

triangles*

hushed shell
#

how do I do floor textures like this

stoic tapir
#

Like roads and sidewalks?

hushed shell
stoic tapir
#

Well

hushed shell
stoic tapir
#

I'm taking that learning curve rn as well

#

But I can say that photo editors are what you need

#

Gimp, paint, photoshop, illustrator

#

You can just fins images online and tweak them to your liking

#

For roads, you basically just have to make a white line on a transparent background in paint or a photo editor of your choice. You should be able to color it in roblox this way

#

And use it as a decal

#

Or use parts, but that would take up a lot of lag if there will be a ton of it

ebon bear
crystal grail
#

Another breakfast creation

#

All by myself

#

The eggs were salty and tender

#

The toast was pretty sweet and also soft

stoic tapir
#

😋

coral harbor
copper marsh
#

OH MY GOD

#

OH MY GOD

#

AFTER 7 MONTHS

crystal grail
#

now put it on sale

#

:)

copper marsh
#

IT WORKS

plush folio
#

wrong gif

copper marsh
crystal grail
copper marsh
coral harbor
modern maple
#

RCR

brazen crag
errant pond
copper marsh
#

ty all

#

!!!

stoic tapir
#

looks super good

ebon bear
#

Buran spaceshuttle skin

dawn bay
#

MORE

crystal grail
#

Shits looking good

#

Give me some tips

dawn bay
#

white bread

#

presentation does the deal

#

anyway GTG

dawn bay
#

keep it clean

#

make use of decorations like a tooth pick (if you're presenting)

#

as for the much itself

#

i just slapped white bread, lettuce, sauce cheese, coleslaw and that's it

dawn bay
#

muffin to pass the time

crystal grail
dawn bay
#

(bread)

crystal grail
stoic tapir
#

Simply genius

fading spire
crystal grail
dawn bay
#

they're blueberries.

#

olives are not that big

crystal grail
primal river
stoic tapir
#

Wiring almost finished in the hose

gilded cedar
#

silly ahh thing

#

idk

#

(none of these assets are mine, i just put them on a dummy. its kinda rigged, but it sucks so)

crystal grail
#

@ebon bear

#

boeing 747 and space shuttle

#

the plane looking shitfuck

ebon bear
#

fix it abit

#

look good

fading spire
#

Its like plane made out of jelly

#

Ye look good

#

@crystal grail j shall make stop motion paper art flip flop flip book thing

crystal grail
stoic tapir
half spindle
#

its mostly a perspective issue

#

the vertical stab and engines are viewed 90*

crystal grail
#

ew meower.

wet stag
#

obbies are my passion (they are not)

gilded cedar
#

yes

brazen crag
#

epic

crystal grail
#

or is that a vip

#

or idk

#

I don't play that

gilded cedar
#

no

#

theres a custom server feature, where you can create your own custom roleplay server
one of the main parts of it is building

#

but uh thanks for thinking im a dev lol

worn apex
#

prototype stuff cuz bored

gilded cedar
#

damn thats pretty sick

stoic tapir
ebon bear
fading spire
brazen crag
ebon bear
brazen crag
fading spire
#

gajam lair

worn apex
#

so like

#

prototype for sure

#

oh and this I found it randomly so why not 💀

ebon bear
worn apex
# worn apex

the purge one has bigger tanks because I thought it would fit more and it's like that in the game but it looks worse

#

ok bored that's all

ebon bear
crystal grail
#

@ebon bear

ebon bear
#

nice

crystal grail
#

i put the engines too far though

ebon bear
#

testing something funny

gilded cedar
#

also those are solid rocket boosters ahghghfh

crystal grail
#

i was thought that is liquid

#

buran space shuttle btw

gilded cedar
#

oh

#

then let me check

#

lol funny how i thought it was space shuttle

#

yeah liquid

fleet zealot
stoic tapir
ebon bear
#

is coming

glossy chasm
#

My nuclear power plant control room is nearly completed

stoic tapir
#

This is my old pack that I tore apart for parts on my new one, I added some junk wire to it as if it were broken and rewired poorly

#

I'm gonna see if I can record the sound

#

Sound as if it's broken

#

(Sound warning on thag btw)^^^^

ebon bear
#

fixing truss

crystal grail
#

crane

brazen crag
stoic tapir
#

Very nice

ebon bear
midnight forum
#

Taken By me

#

^^^^^^^ @shut sand ^^^^^^^^^^^^^^ this is for you.

naive elm
#

random shit i make

#

i think my typography is much more uhhh

#

the 2d equivilant of low poly

brazen crag
stoic tapir
ebon bear
naive elm
fading spire
#

With my power of animating

frozen stream
#

too lazy to type it out

#

(btw the animations of the original guns in the other game work)

lime crypt
#

I think usually theres something hidden in folders for gun systemrs

#

you need to copy everything

#

EVERYTHING

#

I think you should triple check.

frozen stream
#

ctrl a ctrl c?

lime crypt
#

try copying the entire game and see if it works

#

if it doesn't it's roblox

frozen stream
lime crypt
#

sorry

frozen stream
lime crypt
#

i think if you make new animations maybe

#

idk

frozen stream
#

roblox

ebon bear
#

Animation by @fading spire , building are by me, lighting too

fading spire
#

wait har

#

oh ye

#

it cheap animation nothing interesting

fading spire
ebon bear
fading spire
#

I have no idea

gilded cedar
crystal grail
#

wait

#

the voice

#

@ebon bear Is that your voice ? lo_static

ebon bear
#

it a mesh

gilded cedar
#

shouldve made it out of parts and unions troll_4k

frozen stream
#

it wasn't loading on my character because a model with the same name was using it

ebon bear
#

it hard

#

it a mesh from kane pixel discord server

#

the sound it from

gilded cedar
#

shouldve claimed it all as yours and steal it all smh

ebon bear
#

the who holding camera

#

named kane

ebon bear
#

go make an other

#

by yourself rot

gilded cedar
#

okay i'll make sure to make it be solid in the wireframe

ebon bear
#

nuh uh

#

i guess

crystal grail
#

MY GOD

#

THE DETAIL

gilded cedar
#

agh

ebon bear
#

no

#

no dont worry

crystal grail
#

a

ebon bear
#

it still not laggy

#

at all

#

stupid

crystal grail
#

it's complex enough to lag my brain out

ebon bear
fading spire
fading spire
#

Ima return to homeworks

#

2 of them left

#

Each 8 pages

ebon bear
#

him is a friendly guy!

crystal grail
#

''Friend

jagged grotto
#

finally got around to replacing these god awful chairs

#

it should be obvious but the new one is the one on the left

#

from around 5 or 7K triangles to 1,172

#

old one was probably more than that tbh

#

this will be one of the next things to remake

gilded cedar
#

oh my god

jagged grotto
#

Next Optimization done

hushed shell
#

base of the control room is done

brazen crag
brazen crag
shut sand
naive elm
#

wild* can

jagged grotto
#

FUCK YOU

shut sand
#

IM SORRY

#

SPEEDY HAS AN OBSESSION WITH TRIANGLES OK

#

you should see the coca cola bottle.

brazen crag
#

does anyone have any old aperture ambience thing?

stoic tapir
#

whenever the lag hits we kill it before it spreads

stoic tapir
#

ya dont gotta keep using valve assets

jagged grotto
#

oh have you seen t h e c o n e

#

yes that is wireframe

modern maple
#

damn...

naive elm
#

that image makes my phone lag wtf

last jacinth
brazen crag
stoic tapir
#

My brother made this lil dude

sacred steppe
#

SNOM!

crystal grail
verbal trail
#

i need 10,000 of those in my possession immediately

frozen stream
#

Roblox studio motivation:

Builds a lot of really cool shit

The next day:

Just admires it

stoic tapir
#

giiant IBM

frozen stream
#

I keep confusing IBM with ICBM

last jacinth
#

There are missiles in your computer

frozen stream
#

Impossible

stoic tapir
ebon bear
frozen stream
stoic tapir
#

I still dont have the vent decal done

ebon bear
#

VENT

frozen stream
#

VENNTG
mq

#

amngous

last jacinth
#

Suspicious

frozen stream
#

sus!@!!

ebon bear
#

imagine i make vent decal for my IBM 729

#

i cant

#

it too bad

stoic tapir
#

Simple shading

ebon bear
#

maybe someday

stoic tapir
#

i say simple shading yet my broke dumb ass using gimp and paint.net

ebon bear
#

okay

fading spire
#

Never use photoshit

#

It too expensive

#

Gimp has less feature in my opinion

stoic tapir
ebon bear
#

okay here

ebon bear
#

i turn the back into a decal

#

vent problem solved

#

@crystal grail It work

stoic tapir
ebon bear
#

tape is uh

crystal grail
fading spire
#

Uhhh

#

Png

fading spire
frozen stream
#

what should i add to this area (lobby)

stoic tapir
#

How is that lobby held up...

frozen stream
stoic tapir
#

The walls are very thin glass

frozen stream
#

uhhhh

#

sh

#

shut up

#

just what should i add to it

#

not "why is the structural integrity of this building illegal and impossible"

ebon bear
#

the light streets

#

BRUh

#

dont make it next to

#

i mean like

frozen stream
#

well then what do i use to light up the street

ebon bear
#

dont make it like this

frozen stream
#

ok sure

ebon bear
#

you like every 3 studs you will place a lights

#

when there a light next to them

#

it make them kinda unrealistic and weird

stoic tapir
#

I suggest working on getting familiar with architecture, but if you really wanted to know what to put in the lobby, just put in some chairs and tables

frozen stream
ebon bear
#

no

#

remove this

#

and change the light range bigger

#

i mean

#

angels

stoic tapir
#

Brightness down a few notches and range larger

frozen stream
ebon bear
#

yeah

frozen stream
#

ok cool

naive elm
naive elm
brazen crag
#

that looks epic

modern maple
#

ooh thats goo

#

d

gilded cedar
#

it looks too slow
i feel like it should move faster

jagged grotto
#

posting this here cause my thread doesn't get much attention

stoic tapir
#

what the fuck happened to my plant pot

#

well there goes another thing to model

last jacinth
#

wtf happened

stoic tapir
#

I have no idea

#

Opened studio and saw that

last jacinth
#

Some meshes I use randomly got messed up recently

#

Oh, try setting render fidelity to precise maybe?

stoic tapir
#

ohhh

#

that musttve been it

last jacinth
#

It fixed my broken catwalks

stoic tapir
#

I changed my mesh detail level to 4 recently

#

Yep that fixed it

last jacinth
#

Awesome

half spindle
#

i know theres probably 0 jvm nerds here but why is this not being a good jvm 😭

brazen crag
crystal grail
#

Full page of random stuff

stoic tapir
#

I need some advice on Lighting. I know most might say, "use future" and while I do agree that future is great, I dont want to use that specifically yet.

stoic tapir
#

compatibility

ebon bear
#

yeah

stoic tapir
#

I use comp to see better when building

stoic tapir
#

Maybe Im just tripping

#

Not related to anything, just a lil test

fading spire
#

The most example one is shadow map lighting on a terrain grass

mortal jay
#

i still use compability in some of my games

hushed shell
#

why does it do this

river moss
toxic patio
frozen stream
#

Virgil cave johnson flashbacks

crystal grail
#

''Deep space plane''

#

yet, i don't have any ruler iskull

midnight forum
#

Power Lazer control desk

crystal grail
#

?

frozen stream
#

Woops

#

Shitty stove please end me

#

Sent the wrong image 💀

frosty bluff
brazen crag
#

looks good cool

crystal grail
fading spire
#

lovely

stoic tapir
frosty bluff
#

whats a decal flabbergasted

brazen crag
fleet zealot
#

what theyre saying is, its better to have a texture on the side of the stairs than have physical blocks on the side

#

better performance

thorn prism
#

A fucking Airport based on an Airport thats not even an Airport.

frosty bluff
fleet zealot
#

yea i realized that

thorn prism
#

Due to the Land Manager having motivational issues, we have decided to set Euriplex on “sleep mode”.

#

cc @ebon bear

ebon bear
#

@brazen crag basement level

#

it hell

#

lmao

brazen crag
#

lmao

ebon bear
#

it done

#

@brazen crag

brazen crag
#

k wait

#

to small!!!1!!!!

ebon bear
#

because is it

crystal grail
#

some oneshot draw

crystal grail
brazen crag
#

can anyone help me

#

?

blazing sigil
brazen crag
#

i searched a little and it says someone who played ur game and got banned

blazing sigil
#

oh k

naive elm
naive elm
# blazing sigil what does that mean

to comply with privacy laws, users are able to request their data be deleted. not following this can get you banned and your game deleted so roblox doesn't face any privacy lawsuits

#

basically the message says delete that user's data immediately

spiral sigil
#

working on the turret rn, then Ill do tracks and then details

brazen crag
#

is there a way to delete if there is any database*

#

?

#

@naive elm

#

i dont want my account to be banned since there is a lot of stuff in my acc

#

eh fuck it i will just delete the game

#

it was old anyway

#

nvm i cant find a way to delete it

brazen crag
mortal jay
#

you can only archive

brazen crag
#

ah

#

shiet

errant pond
#

literally links in that message

#

that should teach you how to remove a person from your database

brazen crag
#

my brain

#

is uh

#

shit

errant pond
#

lmfao

brazen crag
#

yea

#

its uh

#

i checked it

#

and didnt understand

#

anything

errant pond
#

do u even store data

#

of players at all

#

in any form of database?

brazen crag
#

nah but i solved it

#

some dude helped me

errant pond
#

ah ok

brazen crag
#

just building

errant pond
#

well yeah in that case you dont have to take any action

#

as you have nothing saved of them

#

so theres nothing to wipe

thorn prism
naive elm
brazen crag
#

its fine

modern maple
fading spire
#

I store player data outside roblox

fading spire
frozen stream
topaz rivet
#

just a reminder:
modulescripts are your best friend, use them

rocky brook
#

however

#

they are vulnerable from being saveinstanced

#

so keep that in mind

covert stag
#

Everything is

rocky brook
#

unless rblx fucks up

#

not sure why modulescript can be copied

naive elm
rocky brook
#

yeah

naive elm
#

huh

rocky brook
covert stag
#

what about serverstorage

fading spire
#

Oh wait

#

It is

topaz rivet
mossy plinth
#

Knitted myself a hat for the first time

brazen crag
#

epic cool

mossy plinth
#

think it oculd be better but pretty good for first time

crystal grail
crystal grail
#

All our food KEEP BLOWING UP

brazen crag
#

(real)

graceful sluice
#

america

naive elm
#

seven segment in vectors

fleet zealot
fading spire
hushed shell
#

Refreshes logo

#

Vs the old one

primal river
brazen crag
#

hapi birthday!!!!

humble cedar
crystal grail
#

very nice btw

dawn bay
#

mom spaghetti

naive elm
gilded cedar
#

is that a concept

#

looks pretty sick

naive elm
gilded cedar
#

yknow it'd be sick if you converted this into like a betterdiscord theme

#

i like that design

naive elm
gilded cedar
#

i mean like the whole gradient thing

#

and is that light mo-

#

and also the connections looks a lot different on discord compared to yours

naive elm
stoic tapir
naive elm
frosty bluff
#

i messed around with a lot of things

#

to get this result

#

better then i expected gladge

brazen crag
#

epic

#

hoe did u get the

#

commercials tho

stoic tapir
#

One thing I would've changed though, is the rumbling sounds

#

https://youtube.com/shorts/CA_lXCX53i0?feature=share
Something like this but more violent would've worked better

This is how an explosion sent shockwaves throughout a tunnel as seen in a video shared by Italian miner Gaetano Curcio.

Subscribe: http://trt.world/subscribe
Livestream: http://trt.world/ytlive
Facebook: http://trt.world/facebook
Twitter: http://trt.world/twitter
Instagram: http://trt.world/instagram
Visit our website: http://trt.world

▶ Play video
frosty bluff
#

again this was recorded like 5 miles away from the mrc

#

i woudnt think the mrc would be that big

sleek hatch
thorn prism
#

School asked me to create an infomercial? No problem!

frosty bluff
#

hence why theres "quantum arch. dept." on the top right standing for quantum archive depeartment

sleek hatch
#

in 1985 the logo was this

frosty bluff
#

yeah but also in 1985 the entire facility died with the new logo also being included around the mrc literally everywhere the lore really doenst match, in general qserf is a very time wacky subject

#

AND i coudnt find the old logo anyway

#

the transparent one

#

all of this was a test anyway

sleek hatch
#

alr

frosty bluff
#

also

#

eas didnt really exist either

#

but its still there

#

¯_(ツ)_/¯

sleek hatch
#

true

crystal grail
#

Coffee machine

#

@fading spire

fading spire
#

cough machine

covert stag
#
naive elm
#

i'm considering updating my personal branding for a few reasons:

  1. it's just slightly ugly
  2. I'm going from wwise to wwise.dev to not confuse with Audiokinetic's Wwise
#

if anyone has ideas

#

👍

naive elm
stoic tapir
#

Your point still makes sense, as the dmr sits roughly around 500 m under the surface

naive elm
#

I'd like a subtle background to this

#

any ideas?

glossy chasm
#

What do you guys think about the these logos for my game?
(note: Saps-2 is the shortened name for Stratton Atomic Power Station, unit 2)

dawn bay
#

too simplified basically

#

i mean unless it was intentional

glossy chasm
#

alr

naive elm
#

this mask ruins it

#

if it wasn't there it wouldn't have taken me 6 seconds to realise it said NFE

#

other ones are good though

#

also what kavn said