@MidnightMangl3r@SharkBloxYT hey my friend corrupt (the guy who made this tweet) was groomed a few years ago (see the document linked), could you retweet his tweet to help spread awareness about the person who groomed him? it would be nice if you made a video on it but a retweet is still good
alright. im gonna drop the act for a bit, as this is a serious post ive been meaning to make for a good while
@/BarksyRun is a groomer who has harmed many people; i was one of his victims
(CW - lots of nsfw and fetish related media)
https://t.co/eQoYLAJBVF
@SharkBloxYT the new roblox terms of use are really crazy you should read this post on the devforum of someone breaking down the new terms of use and why it's problematic https://t.co/KPvokj3f0b
@EraziasRBLX bruh i decided to check this guy's discord because i wanted to look at what he dmed me again and then wondered why his discord profile looks goofy and after enough digging found out he was a groomer this whole time
@SharkBloxYT my friend found an account that did the same glitch as nosehair17. the person behind the account is the same guy who made roblox+ btw https://t.co/OrEDGe59wS
@LightningSplash is this a bug or is this intentional? the server seems to lag out a lot whenever jeff is flung (in this clip you dont see him get flung but maybe rush flung him idk) https://t.co/OxP8ySkp11
@EmpTheix @ThunderOhStorm @DevilsCharm666 @LetSauceCook@InternetH0F you dont even need to do that you can use ternary operators. in most programming languages, it's like this:
thingy = (bool) ? (valueIfTrue) : (valueIfFalse)
i'd only use if statements if you need to do some stuff if a boolean is true or not, like calculations or something.