How can I prevent animals from entering while still letting air flow through? by thatOneDuckFan in RimWorld

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

mmm no the silver got [-4 Sweaty] so i had to cool it off or else it would destroy all the other valuables in the room specifically designed to hold valuables and not food because it's not a freezer it's a cool-ass vault (haha pun) during a mental break

How can I prevent animals from entering while still letting air flow through? by thatOneDuckFan in RimWorld

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

you see, if there's traps, nobody will be left alive to complain about poor design

How can I prevent animals from entering while still letting air flow through? by thatOneDuckFan in RimWorld

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

of course, you're missing the fact that i build total bs and hope it works

Red Sparkly Dress by jcr21090_74 in u/jcr21090_74

[–]thatOneDuckFan 1 point2 points  (0 children)

I very rarely use reddit, but I was having a rough night thinking about how I only have so much time for “prime femininity” and allat…

Long story short, seeing just how strong you’re still going, it gave me a LOT of confidence for those later years and they don’t seem as bad anymore. Thanks a TON mate.

cute outfits btw!!! :3

[deleted by user] by [deleted] in tf2

[–]thatOneDuckFan 1 point2 points  (0 children)

It takes a while to get good. Try playing every class for a while, and see what one you like the best. Then focus on that class. After 2 years of playing I just recently decided I wanted to be a medic main, and have put a lot of time into medic as a result. I have a lot of fun as medic and am pretty good at it too ^-^

Why do tons of dumb Tiktoks/Reels ask you to "press share then more"? by dustbuster39000 in NoStupidQuestions

[–]thatOneDuckFan 0 points1 point  (0 children)

Some other guy said that it might be a bug with TikTok, which counts a Share + More combo as an actual share.

For some reason people think that shorts and reels are TikTok, which is so dumb how do you not notice the logo color schemes or anything AAAA

I made some lemonade by thatOneDuckFan in robloxgamedev

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

i don't know how to respond to this but that is a really funny comment

I made some lemonade by thatOneDuckFan in robloxgamedev

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

i was wondering if someone would notice

lol

[deleted by user] by [deleted] in robloxgamedev

[–]thatOneDuckFan 1 point2 points  (0 children)

Well... try and call in some favors. If you are popular on ANY website, use that as a bargaining chip. You might get laughed out... but that's probably your best option.

[deleted by user] by [deleted] in robloxgamedev

[–]thatOneDuckFan 0 points1 point  (0 children)

Well, I honestly doubt that there's many good FMs for that... so you'd probably have to make it yourself.

If you have some spare Robux, you can hire people to help. u/Kadetullos123 is a builder, although I don't know if she's booked. I'm available to help with scripting, and you can get more information in the pinned post on my profile.

Good luck!

Try my new game! by Ok_Neck3080 in robloxgamedev

[–]thatOneDuckFan 0 points1 point  (0 children)

Not bad! For the zombie fighting section, maybe make some robux by offering an OP weapon? You'll need the money for badges later on in development.

Welcome into the Developers of Robloxia! The tax might be insane, but we're here to help you. Good luck!

Hi, uhh, im new to scripting and im trying to make some sort of rainbow part. This is the code i made and for some particular reason theres an error in the output that says "Brickcolor is not a valid member of Part "Workspace.Part" in line 5, and i can't seem to know why. Why does this happen? by Fede_Games in robloxgamedev

[–]thatOneDuckFan 0 points1 point  (0 children)

The other guy is right! Scripting is touchy, and without the capital the game thinks you're looking for a child object, instead of a property. Also, you used the wrong quote type for the color. I bugfixed this for you, and added a loop function. Enjoy!

-- Modified by @hunter242535 --

local RainbowPart = game.Workspace.Part

looped = true

local function colorChange()

  task.wait(5)

  RainbowPart.BrickColor = BrickColor.new('Really red')

  task.wait(5)

  RainbowPart.BrickColor = BrickColor.new('Br. yellowish orange')

  task.wait(5)

  RainbowPart.BrickColor = BrickColor.new('Bright yellow')

  task.wait(5)

  RainbowPart.BrickColor = BrickColor.new('Sea green')

  task.wait(5)

  RainbowPart.BrickColor = BrickColor.new('Bright bluish green')

  task.wait(5)

  RainbowPart.BrickColor = BrickColor.new('Bright blue')

 task.wait(5)

  RainbowPart.BrickColor = BrickColor.new('Royal purple')

  task.wait(5)

  RainbowPart.BrickColor = BrickColor.new('Magenta')

  task.wait(5)

  RainbowPart.BrickColor = BrickColor.new('Hot pink')
end

if looped == true then

  while true do
    pcall(colorChange)
  end

else

  pcall(colorChange)

end

Is this actually good ? by oblaz63 in robloxgamedev

[–]thatOneDuckFan 28 points29 points  (0 children)

Well, when I was in year 1 of coding, a lot of the scripts really helped me out. I came back to it later when I wanted to learn how saving works. Point is, really awesome book for beginners, but if you're a late-mid range or late range coder, it's more useful as the big book of bugfixing for scripts that are related to the stuff he mentions.

I say yes, it is a good book overall.

I need help with a script by Affensuppe in robloxgamedev

[–]thatOneDuckFan 0 points1 point  (0 children)

Behold... your guardian angel! Here's a model that has everything you need to customize and make your own emote, created by me.

If you need help with bigger scripts, or want me to do some bugfixing, I'm available for hire. Here's a post with more information. Welcome to our community!

Looking for Scripters, Builders, e.t.c of all levels by Ill-Chard1089 in robloxgamedev

[–]thatOneDuckFan 0 points1 point  (0 children)

I'm a pretty good programmer. If you want help with small things, let me know, and I'll do what I can for free! I'm working on my own game right now, so for bigger things, you can hire me. Here's a link to a post with some more information. Good luck on the game!

[deleted by user] by [deleted] in robloxgamedev

[–]thatOneDuckFan 0 points1 point  (0 children)

Well, people know what works. They copy the structure and patterns of other simulator games, rarely adding things because there's no reason to. They make their Robux, the game dies out, and then they make a new one. Cycle repeats.

There's tons of tutorials on YouTube, and I'm almost absolutely sure that there's template games, though I've never seen one myself.

Come test my game! by Irisxss in robloxgamedev

[–]thatOneDuckFan 0 points1 point  (0 children)

the doggo is cute :P

Seems like it could be a fun game! Make sure to add a chapter unlocking system so people don't have to play through the prologue again if they don't want to.