/roblox/ - Roblox

Roblox

Boards | Magrathea | Catalog | Bottom

Check to confirm you're not a robot
Name
Email
Subject
Comment
Password
Drawing x size canvas
File(s)

Remember to follow the rules

Max file size: 350.00 MB

Max files: 5

Max message length: 4096


No asset links unless created by ROBLOX
No spam


Game Design Anonymous 06/10/2016 (Fri) 19:20:08 Id: 4d9125 [Preview] No. 14 [Reply] [Last 50 Posts]
This is the thread to get building help, talk about game ideas, or gather an awesome development team.



Scripters Anonymous 06/10/2016 (Fri) 19:17:47 Id: ae82f1 [Preview] No. 13 [Reply] [Last 50 Posts]
Programming and technology discussion



Scripting Helpers Anonymous 06/10/2016 (Fri) 19:14:39 Id: ec0743 [Preview] No. 12 [Reply] [Last 50 Posts]
Get help with your RBX.lua scripts here



Let's Make a Deal Anonymous 06/10/2016 (Fri) 19:13:47 Id: 3fd67b [Preview] No. 11 [Reply] [Last 50 Posts]
Trading and economy discussion



How to run 2012 roblox Anonymous 06/10/2016 (Fri) 13:01:04 Id: 512854 [Preview] No. 7 [Reply] [Last 50 Posts]
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