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

Umm.. someone try this. Setup a gui with values and a text label? [closed]

Asked by
krynp -11
3 years ago
-- Yeah, Gui randomizer time. -Krynp
-- something to hide dis
game.StarterGui.TipGUI.Background.Visible = false
--[[

      Core Values

]]--

local Chance = game.StarterGui.TipGUI.Values.Chance
local Message1 = game.StarterGui.TipGUI.Values.Value1
local Message2 = game.StarterGui.TipGUI.Values.Value2

--[[

Finally, some real scripting lol

]]

while true do

    Chance.Value = math.random(1,2)

wait(math.random(1,10))

game.StarterGui.TipGUI.Background.Visible = true

if Chance == 1 then
    game.StarterGui.TipGUI.Background.Message.Text = "Go try Kamalot_YT's games! There excellent."
    wait(math.random(1,10))
    game.StarterGui.TipGUI.Background.Visible = false
end

if Chance == 2 then
    game.StarterGui.TipGUI.Background.Visible = true
    game.StarterGui.TipGUI.Background.Message.Text = "I got lazy wit dis one."
    wait(math.random(1,10))
    game.StarterGui.TipGUI.Background.Visible = false
    end
end
0
i used it to ad my friends games bc i have no rabax krynp -11 — 3y
0
whats the question? misha123 83 — 3y
0
does it work or not krynp -11 — 3y
3
not to be rude but you dont really need people to test it for you misha123 83 — 3y
View all comments (2 more)
0
ight krynp -11 — 3y
0
Moderation has been started against your question. To prevent yourself from losing further reputation, consider deleting this question User#30567 0 — 3y

Closed as Not Constructive by Cynical_Innovation, User#834, User#30567, IAmNotTheReal_MePipe, and WideSteal321

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?