|
| 02 Jul 2016 08:42 AM |
The roblox features are having many problems,one post on a item a HOUR how does that work??? I know you are trying to stop bots,but every HOUR,that only makes it worse for everyone,and meshes...you removed them and then took them back,making your own studio,just use Unity or Python or Microsoft Visual Studio You might think "Python and Visual studio,they are so hard!",its not so hard... i can show you how simple it is to make a calculator in C# (Csharp) in Microsoft Visual Studio
using System; using System.Collections.Generic; using System.Linq; using System.Text;
namespace ConsoleApplicati9on1 { class Program { static void Main(string[] args) { Console.WriteLine("Write a number for x"); int x = Convert.ToInt32(Console.ReadLine()); Console.WriteLine("Write a number for y"); int y = Convert.ToInt32(Console.ReadLine()); Console.WriteLine("-----------------------"); Console.WriteLine("// Choose a option //"); Console.WriteLine("-----------------------"); Console.WriteLine("1 - addition"); Console.WriteLine("2 - subtration "); Console.WriteLine("3 - multification"); Console.WriteLine("4 - division"); int z = Convert.ToInt32(Console.ReadLine()); switch (z) { case 1: Console.WriteLine("-----------------------"); Console.WriteLine("// Result //"); Console.WriteLine("-----------------------"); Console.WriteLine(x + y); break; case 2: Console.WriteLine("-----------------------"); Console.WriteLine("// Result //"); Console.WriteLine("-----------------------"); Console.WriteLine(x - y); break; case 3: Console.WriteLine("-----------------------"); Console.WriteLine("// Result //"); Console.WriteLine("-----------------------"); Console.WriteLine(x * y); break; case 4: Console.WriteLine("-----------------------"); Console.WriteLine("// Result //"); Console.WriteLine("-----------------------"); Console.WriteLine(x / y); break; } Console.ReadKey(true); } } } "WAIT BUT I WANT A GAME" No problem,its also easy And this is more simple then the bad roblox one,that you need MODELS to make stuff,you just use graphics in this... but if the moderators dont agree,then just think about making a hangman game in 3 minutes,i can in visual studio,what about you? (Could not paste in due to being several files,i might show you something else in the future)
"Wait,i checked and visual studio costs so much!" Take a 30 day trial instead! You can also PM me if you want me to learn you some basics But back to why roblox should use stuff like this,cause its much better,and more simple,so you developing roblox,learn how to use stuff that is better,a bad studio makes a bad game,im not saying roblox is bad,but 75%-85% of all the game ARE SO BAD,so community.... just make better stuff,make a better scripting,the scripting is very bad,so your platform is getting good updates,and also bad updates,thats all for now,i might release more!
-------------------------Coding is life--------------------------- |
|
|
| Report Abuse |
|
|
penrod
|
  |
| Joined: 18 Dec 2011 |
| Total Posts: 74 |
|
|
| 02 Jul 2016 08:47 AM |
no one cares nerd
hypergone's alternate ex-friend |
|
|
| Report Abuse |
|
|
|
| 02 Jul 2016 08:48 AM |
Whats the best you can offer?
-------------------------Coding is life--------------------------- |
|
|
| Report Abuse |
|
|
|
| 02 Jul 2016 08:49 AM |
| didnt read because of your outfit |
|
|
| Report Abuse |
|
|
|
| 02 Jul 2016 08:49 AM |
What else would i be?
-------------------------Coding is life--------------------------- |
|
|
| Report Abuse |
|
|
doggy00
|
  |
| Joined: 11 Jan 2011 |
| Total Posts: 3571 |
|
|
| 02 Jul 2016 08:50 AM |
or just switch to a different programming software because roblox is always sticking with 100% lua as long as i'm here.
what should be siggy be? |
|
|
| Report Abuse |
|
|
|
| 02 Jul 2016 08:52 AM |
| Aww man... Just when I beginning learning Lua scripting. ;( |
|
|
| Report Abuse |
|
|
Tetteroo
|
  |
| Joined: 28 May 2016 |
| Total Posts: 4170 |
|
| |
|
|
| 02 Jul 2016 08:57 AM |
Dont lua script,use something better,use more C# or C++
-------------------------Coding is life--------------------------- |
|
|
| Report Abuse |
|
|