This is the thread to get building help, talk about game ideas, or gather an awesome development team.
Programming and technology discussion
Get help with your RBX.lua scripts here
Trading and economy discussion
http://blog.roblox.com/wp-content/uploads/2013/02/ROBLOX_Studio_1.zip Save this script as PlaySolo.lua game:GetService("Players"):CreateLocalPlayer(0) game.Players.LocalPlayer:LoadCharacter() game:GetService("RunService"):Run() Save this script as GameLayout.lua game:GetService("NetworkServer"):Start(53640) game:GetService("NetworkClient"):PlayerConnect(0, "localhost", 53640) 1. Tools > Test > Play Solo 2. Tools > Execute Script... 3. Select PlaySolo.lua If you want to play your game without studio, run GameLayout.lua