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

How to make a YOU KILLED [blank] Gui? I don't know how!

Asked by 3 years ago

the title explains it

0
This is not a request site. Please review the guidelines before posting a question: https://scriptinghelpers.org/help/community-guidelines appxritixn 2235 — 3y

1 answer

Log in to vote
0
Answered by
Crytkee 17
3 years ago

Sorry admins if I'm not allowed to help, but here's how to do it.

  1. Insert a ScreenGui into StarterGui

  2. Insert a TextLabel into the ScreenGui you just created

  3. Insert a LocalScript into the TextLabel.

  4. Write the following code inside the LocalScript:

script.Parent.Text = game.Players.LocalPlayer.Name

  1. Change the text of the TextLabel to "Name" (You can do so by going to the Properties of the TextLabel)

  2. Insert another TextLabel into the ScreenGui

  3. Change the text of that TextLabel to "YOU KILLED"

  4. Position both TextLabels on the screen so it says "YOU KILLED Name"

  5. Playtest the game and see if it works!

0
That would just make a gui that says YOU KILLED Name TheB4dComputer 100 — 3y
0
wdym "if im not allowed to help", this is literally a helping site where people help each other. greatneil80 2647 — 3y
0
You can just make one and set it's text to ("YOU KILLED " .. kill.Name) Qwertoony 70 — 3y
Ad

Answer this question