Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
-6

How do i make a gui? [closed]

Asked by 10 years ago

How do I create a game gui?A gui like a skill dojo from dbz

Closed as Not Constructive by adark, M39a9am3R, TurboFusion, and Sublimus

This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.

Why was this question closed?

2 answers

Log in to vote
2
Answered by 10 years ago

either type t=Instance.new("ScreenGui") t.Parent=game.StarterGui tt=Instance.new("TextLabel") tt.Parent=t that in to the command bar or right-click startergui and mouse over "insert basic object" and click ScreenGui then right-click the ScreenGui and mouse over "insert basic object" and click TextLabel.

This is NOT a request site

Ad
Log in to vote
0
Answered by 10 years ago