×
Create a new article
Write your page title here:
We currently have 276 articles on Waste Of Space Wiki. Type your article name above or create one of the articles listed here!



    Waste Of Space Wiki

    Programming/Staging: Difference between revisions

    Content added Content deleted
    m (spacing)
    m (spacing again)
    Line 27: Line 27:


    In this case, you'll need something that can run luau code. This guide recommends that you use Roblox Studio for these purposes. Using Studio to test your code isn't exactly the best, but studio is approachable for a beginner such as yourself. Besides, there aren't really any other options anyways.
    In this case, you'll need something that can run luau code. This guide recommends that you use Roblox Studio for these purposes. Using Studio to test your code isn't exactly the best, but studio is approachable for a beginner such as yourself. Besides, there aren't really any other options anyways.




    For now, do the following:
    For now, do the following:
    Line 42: Line 40:
    ** If you don't have an output window, click the 'View' tab at the top of your screen and then click the 'Output' button to turn the window on
    ** If you don't have an output window, click the 'View' tab at the top of your screen and then click the 'Output' button to turn the window on
    * Resize the output window to be a bit bigger than by default if you have the screen space for it.
    * Resize the output window to be a bit bigger than by default if you have the screen space for it.
    * In the Explorer, hover over the 'ServerScriptService' and click the plus (+) icon beside it. Then, add a script to it (a regular script: make sure it's not a LocalScript or ModuleScript).
    * In the Explorer, hover over the 'ServerScriptService' and click the plus (+) icon beside it. Then, add a script to it (a regular script: make sure it's not a LocalScript or ModuleScript).<br />




    If you've done everything correctly, you should now be in the built-in script editor. You should see the following:<syntaxhighlight lang="lua" line="1">
    If you've done everything correctly, you should now be in the built-in script editor. You should see the following:<syntaxhighlight lang="lua" line="1">
    print("Hello world!")
    print("Hello world!")
    Line 55: Line 49:
    Once everything's loaded, you should see the following in the output window:
    Once everything's loaded, you should see the following in the output window:
    Hello world!
    Hello world!






    Cookies help us deliver our services. By using our services, you agree to our use of cookies.

    Recent changes

  • 116.111.185.163 • 1 day ago
  • 116.111.185.163 • 1 day ago
  • 116.111.185.163 • 1 day ago
  • 116.111.185.163 • 1 day ago
  • Cookies help us deliver our services. By using our services, you agree to our use of cookies.