Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 738 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 738 Bytes

opensource-roblox

An opensource project where changes connect to a game

This game can be copied at https://www.roblox.com/games/16715461770/OpenSource-Project (click the three dots, then click Edit)

Instructions

Copy the game, make sure loadstring is enabled in the ServerScriptService (Explorer) and HTTP Requests are on in the Game Settings (>Security>Enable Http Requests).

Clone this repo and change the Repo Variable in the only Script in the ServerScriptService to your repo.

Create a release, and all servers will be shutdown to update. Hint: All servers check in a 20 second interval for new releases

WARNING

They will be saved as Scripts in the ServerScriptService. I'm going to add client side too.