Catalog of /roblox/

Bottom

Mode: Thread

Max file size: 350.00 MB

Max files: 5

Remember to follow the rules

Max message length: 4096

Open

R: 0 / I: 0 / P: 1

Game Design

This is the thread to get building help, talk about game ideas, or gather an awesome development team.
Open

R: 0 / I: 0 / P: 1

Scripters

Programming and technology discussion
Open

R: 0 / I: 0 / P: 1

Scripting Helpers

Get help with your RBX.lua scripts here
Open

R: 0 / I: 0 / P: 1

Let's Make a Deal

Trading and economy discussion
Open

R: 0 / I: 0 / P: 1

How to run 2012 roblox

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

Top