/roblox/ - Roblox

Roblox

Posting mode: Reply

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

Board Rules

Max file size: 350.00 MB

Max files: 5

Max message length: 4096

Manage Board | Moderate Thread

Return | Magrathea | Catalog | Bottom


No asset links unless created by ROBLOX
No spam

Expand All Images


How to run 2012 roblox Anonymous 06/10/2016 (Fri) 13:01:04 Id: 512854 [Preview] No. 7
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 | Catalog | Post a reply | Magrathea | Return