Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Search - "roblox"
-
If you think you know the most idiot person in the world, you haven't met my brother.
His brain absolutely can't comprehend anything!
He forgot his Roblox password and told me to do something. I said I can't do anything about it. Then he yelled at the top of his lungs saying, "you don't know technology! You're too stupid and selfish. Fix it!"
I said I can't do anything about it. He throws the mouse at me and says, "I never get to have fun. You ruin my life!"
He's not a little kid btw. He's fucking 14.
Today my mom forgot to pay the wifi password, and she thinks its better not to pay it today so it can stop my brother from playing games. (He plays it from morning to night. No homework, no cleaning, no nothing. Just games all day.)
So he told me to fix it. I said I cant. There's nothing I can do. Then he punches my arm really hard. (He's taller and stronger than me so it really hurt) then he threw a shoe and said, "you're useless and stupid! You have your laptop so you can have fun but I never get to have fun. You ruin my life, and I hate you. I hate my life."
Then he ran to mess up my room by tossing things from the self, removing clothes from my closet, and messed up my bed. He pushed my sister, pulled my hair, and ran to his room, slamming the door.
Please. Please someone give him a brain! He desperately needs one. I said I can't fix it, and that my mom has to pay the WiFi bill, but he thinks I'm being mean.
He has the mind of a 5 year old. Dropping to the ground crying.121 -
#¤%@ kid!!! My 5yo son has obviously been playing with his mom's mobile phone. At first, I thought it was a little cute, when I received incoherent texts about Roblox, one of his favourite games.
But then, I suddenly heard from my sister who was really upset and worried. She was wondering if my gf really wants to see her dead, after receiving a facebook pm in English, saying "oh die :-)".
No need for auntie to take it personally though; turned out she was not the only one getting the same message :-O
A little boy is facing a mobile ban for a very long time...8 -
My son is into playing Roblox. He asked me to help him find an auto clicker that doesn't have viruses/malware. We looked into cheatengine (which I have used in the past), but despite getting it from a legit source it is getting flagged as malware. So we started writing one with Python. I did check to see what their policy on bots is:
"Using bots that are programmed to run disruptive, large-scale tasks"
is the only text I can find about bots. It seems like they don't care if you make bots to automate tasks or play the game.
I plan on having some fun with this and including a little gui to control the bot while the game runs in the background (the goal). I had tried to get my son to have an interest in programming so this is a good intro.11 -
Recently been mastering Roblox games after my kids go to sleep. When we do play together they think I am a god because of how good I am. feelsgoodman.jpg5
-
Roblox has come a long way. Been working on what started as a small project and now its been about 2 years and its finally coming together! As roblox still has ways to go to make it easier on developers. I cant wait to move to unreal engine and make somthing great!24
-
(._. ) __/
( ._.) __/
*Starts up YouTube tutorial*
*Open up Roblox studio*
*Codes for a bit*
*Plays titanfall2*
*Gets fuc**d up on titanfall2*
*Wonders why he can't any shit done with his Roblox game*
( ._. )2 -
Best thing about being a dev?
Going on Roblox and some kid claims he was a hacker, then you tell him why he isn't and does not know any of the tech terms you use. Then again why am I playing roblox4 -
Doing a physical scan of PC's in my network for anything that shouldn't be there. Find a Filezilla open for a "Roblox Generator"
Spent rest of day making a bot in Python to spam the registration with fake accounts.
Not on my network you don't!
Anybody else got stories like this? -
I have a ton of nostalgia for ROBLOX, but everything seems to get broken over time. As ROBLOX updates, something changes about the way the code works. Enough to the point where things that usually work stop working. I mean, look at literally all of the old gear; Many of them are completely broken. I've seen many old, fun games completely die because the devs stopped fixing the problems the ROBLOX devs were causing by constantly revising the engine. I'm afraid to make something too big and complicated because then it'll eventually stop working, and it will be a nightmare to figure out what I need to revise.
-
so one time (yesterday), I was playing phantom forces console edition (a game on Roblox) and this IDIOT started sweating with a ppsh-41, I was so pissed and angry so I started using the Beowulf ECR and I was losing, my team was losing super badly. Until the match switched to Warehouse, when it switched to Warehouse, I beat his ass like a drum. I got a 3.14 KD, 22-7.
He sucked and deserved to take that L, fuck that man. -
I'm trying to pick up game development as a hobby (im already a full stack software engineer) and ive decided to either do lua with roblox or java with minecraft. im going to start out doing mods and building on top of already existant systems and then venture further if i like it. which do you think i should do? lua or java?5
-
In ROBLOX, There is something called a microprofiler that is used for debugging. It is the only option for figuring out the source of lag (buffering). While using the microprofiler, my computer's frame rate drops rapidly, to as low as 20 fps.1
-
I started with a free trial of neobook (anyone remember that?), and then moved on to MS SmallBasic. At some point I had discovered Roblox and was stuck with that and lua for a few years. Eventually I started learning C# from a course, but never really used it much so I kinda forgot it.
School got a lot more busy for me and so I wasn't really able to do much programming for a few years, and even when I did, it was mostly bash and docker stuff. Then in the beginning of last year, I was able to start learning Go, which is now my current language of choice. -
Roblox seem to believe that you can actually send texts to landline phones. At least the landline is prefix is the only choice for phone verifications when living in the Åland Islands. I've brought this problem to Roblox's attention a year ago and they promised to fix it. Then I've reminded them a couple of times during the past year. Each time, they respond with stupid AI (Artificial Idiocy) generated answers, prompt me to send screenshots and once even screen captured videos. The follow-up answers I get just prove what I've been thinking for a year now, that Roblox don't give a shit about their users. Fuck it, it's a crappy platform anyway and I'm probably better off moving on to Unreal Engine.3
-
I have learnt html,css, and some basic javascript for web development,and made a few projects including a calculator with prompts.This is the code :
<script type="text/javascript">
function prote(){
let firstNum=prompt("Enter first number")
let secondNum=prompt("Enter second number")
let num1=parseInt(firstNum);
let num2=parseInt(secondNum);
let result=num1 + num2;
alert(result);
}
function prote2(){
let firstNum=prompt("Enter first number")
let secondNum=prompt("Enter second number")
let num1=parseInt(firstNum);
let num2=parseInt(secondNum);
let result=num1 - num2;
alert(result);
}
function prote3(){
let firstNum=prompt("Enter first number")
let secondNum=prompt("Enter second number")
let num1=parseInt(firstNum);
let num2=parseInt(secondNum);
let result=num1* num2;
alert(result);
}
function prote4(){
let firstNum=prompt("Enter first number")
let secondNum=prompt("Enter second number")
let num1=parseInt(firstNum);
let num2=parseInt(secondNum);
let result=num1/num2;
alert(result);
}
</script>
</body>
<form>
<br>
<input type= "button" value="Add" onclick="prote()" />
<input type= "button" value="Subtract" onclick="prote2()" /><br><br>
<input type= "button" value="Multiply" onclick="prote3()" />
<input type= "button" value="Divide" onclick="prote4()" />
</form>
However I want to do game dev and I feel it may have been a mistake to start learning web development,I originally started learning code in roblox studio,however some do not consider making games in roblox studio "REAL" game development and I didn't exactly feel it was either.I messed around with unity and found the layout quite similar to roblox studio. However
I heard phaser uses javascript and Unity uses C#.In which case using phaser would not require using a new language.However I am aware that If I want to make 3d games(Which I do) I will have to move to unity eventually.Basically, as a beginner should I switch to unity and C# first or Phaser and javascript first.6