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



    Waste Of Space Wiki

    Screen: Difference between revisions

    Content deleted Content added
    fix english
    m Set TextLabel link to their new documentation page equivalent
     
    Line 20: Line 20:


    === Examples ===
    === Examples ===
    The following is an example that will create a [https://developer.roblox.com/en-us/api-reference/class/TextLabel TextLabel] displaying "Hello, world!", waiting 5 seconds, then saying "Goodbye, world!", clearing the screen after 2.5 seconds<syntaxhighlight lang="lua" line="1">
    The following is an example that will create a [https://create.roblox.com/docs/reference/engine/classes/TextLabel TextLabel] displaying "Hello, world!", waiting 5 seconds, then saying "Goodbye, world!", clearing the screen after 2.5 seconds<syntaxhighlight lang="lua" line="1">
    local Screen = GetPartFromPort(1, 'Screen') -- assigning the screen on port 1 to a variable
    local Screen = GetPartFromPort(1, 'Screen') -- assigning the screen on port 1 to a variable
    Screen:ClearElements() -- clear all elements already on the screen so there arent any old elements on it
    Screen:ClearElements() -- clear all elements already on the screen so there arent any old elements on it
    Cookies help us deliver our services. By using our services, you agree to our use of cookies.

    Recent changes

  • Jo857294 • 8 days ago
  • 116.111.185.163 • 21 days ago
  • 116.111.185.163 • 21 days ago
  • 116.111.185.163 • 21 days ago
  • Cookies help us deliver our services. By using our services, you agree to our use of cookies.