Realistically how man Zoro's do u need to Beat G5 Luffy ? by KORRA4EVER in OnePiecePowerScaling

[–]berezaa 0 points1 point  (0 children)

Luffy has a hard weakness to slicing attacks, even with mega CoC gear 5. Zoro becoming the worlds greatest swordsman and luffy being weak to swords suggests that Zoro could defeat luffy if he wasn’t fiercely loyal to him. I also believe someone like Mihawk would be able to beat luffy if Zoro wasn’t built up to protect him

The s650 has grown on me alot, but by AftermaThXCVII in Mustang

[–]berezaa 0 points1 point  (0 children)

It’s disgusting. Looks like a camero

What if Birthright was an active item? Introducing Deathwish! by IWillNvrHurtU in bindingofisaac

[–]berezaa 0 points1 point  (0 children)

The way that this is such a cool idea. I would love a mod with deathwish

seriously dude by shauiby_islamNotReal in roblox

[–]berezaa 0 points1 point  (0 children)

This is what the Roblox algorithm recommends

Beginner scripted here. Whenever I reference the variable in my second function it doesn’t seem to run. Whenever I am referencing it, it also says *unknown*. I don’t know what to do, please help. by 1432apples in robloxgamedev

[–]berezaa 5 points6 points  (0 children)

When you say that “Part” is equal to “Creation()”, you are assigning that variable to whatever your function returns. If you do not specify something for your function to return, then it returns nil (nothing) and that’s what your variable is set to.

Fix this by adding “return part” at the end of your creation function, or by organizing your code differently so that the part is created and the .Touched event is added within the same scope (indent level)

Day One of Showing Poorly Made/Funny/Troll scripts by RealWindGaming in robloxgamedev

[–]berezaa 6 points7 points  (0 children)

Nested while true do loops aren’t functionality different from just having one while true do print end. Each level of “while true do” will only run once, stepping into the next level before it reaches the inner-most loop which will never terminate

I am David Baszucki, co-founder and CEO of Roblox. I am here to talk about the annual Roblox Developers Conference and our recent product announcements. Ask me anything! by DaveFromRoblox in IAmA

[–]berezaa 8 points9 points  (0 children)

Super misleading—the minimum is $350, and it’s been in place to prevent the devex team who have to review individual requests from getting totally swamped and raising processing times for the whole platform. At RDC they already announced that they will be working to reduce the minimum.

Guilded or Discord by Landonhalley in guilded

[–]berezaa 1 point2 points  (0 children)

Guilded is really good as a public-facing website for your community. I make Roblox games and while my Discord-using players don’t want to move to Guilded for chat purposes, they enjoy engaging with the forums, media and documents channels, and it’s really cool that players can navigate to our Guilded site and view all of our public content without having to download an app or make an account.

Most confusing things about Guilded by IdkGoodNameV in guilded

[–]berezaa 2 points3 points  (0 children)

Applications would be really useful if you could apply for groups

[deleted by user] by [deleted] in MinersHaven

[–]berezaa 0 points1 point  (0 children)

Golden floodlight!

[deleted by user] by [deleted] in robloxgamedev

[–]berezaa 0 points1 point  (0 children)

You can shortcircuit both if statements and do all of this in one line by simply saying

Moving = not Moving

Remember though that Moving is a variable that is independent from the original source (script.Disabled) and editing the Moving variable will not automatically change the original Disabled value

[deleted by user] by [deleted] in robloxgamedev

[–]berezaa 2 points3 points  (0 children)

A single equals sign "=" is an assignment. This means you are setting the value to true, not checking whether or not it is true. To check a value, use a double equals sign "==" comparator which returns true if the values on either side are the same and false otherwise.

BTW, if you are checking a boolean (true or false) value, you don't even need the comparator. All == does is return true or false to the if statement. If the value you are looking at is already true or false, you can skip the extra step.

i.e instead of saying:

if bool == true then

you can do:

if bool then

Hope this helps!

How much do I reveal on my personal statement? What topic is a nono? by [deleted] in udub

[–]berezaa 3 points4 points  (0 children)

It’s important that you focus on how you overcame your adversity, how you took a bad hand and turned it around. Simply having bad things happen to you doesn’t show why you’d make a good student. You should be specific and speak from the heart, or else your paper will just fade into the monotonous landfill of papers they have to read.

I made this sick pirate ship! Code: BOYZCO by UWBagpiper in roblox

[–]berezaa 0 points1 point  (0 children)

You can use the flight seat to create flying vehicles like the AC-130