There should be a global variable called "world" that points to game.World. It's shorter and useful.
There should be a second argument to the create function, like with Instance.new(classname, parent). And the second argument is... the parent! create("Box", game.World).
All the services's names should be locked and should not be ables to be removed. There is no point in being able to remove a service or in being able to rename it, anyways, except if you like making errors.
Also, a findFirstChild() function is needed. How can you know if an object exists without it? I didn't find any way to.. :/
Another thing, why isn't there a remove() and Remove() function? We need one! It's way better than typing .Parent = nil.
Welcome paladir. You are our 100th user and congratulations and welcome to our game!I wonder what he should get for being the one hundred user!:
Edit: There is 100 users registered, but 2 people are banned. :O
When I tried to launch it said:
Unable to launch the Application.
Details:
Operating System: Windows 7 Home Premium 64-bit
Exception:
JNLParseException[ Could not parse launch file. Error at line 20.]
at com.sun.javaws.jnl.XMLFormat.throwNewException(Unknown Source)
at com.sun.javaws.jnl.XMLFormat.parse(Unknown Source)
at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(Unknown Source)
at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(Unknown Source)
at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(Unknown Source)
at com.sun.javaws.Launcher.updateFinalLaunchDesc(Unknown Source)
at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source)
at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source)
at com.sun.javaws.Launcher.launch(Unknown Source)
at com.sun.javaws.Main.launchApp(Unknown Source)
at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
at com.sun.javaws.Main$1.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
MissingFieldException[ The following required field is missing from the launch file: <jnlp>]
at com.sun.javaws.jnl.XMLFormat.parse(Unknown Source)
at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(Unknown Source)
at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(Unknown Source)
at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(Unknown Source)
at com.sun.javaws.Launcher.updateFinalLaunchDesc(Unknown Source)
at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source)
at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source)
at com.sun.javaws.Launcher.launch(Unknown Source)
at com.sun.javaws.Main.launchApp(Unknown Source)
at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
at com.sun.javaws.Main$1.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)