of     1   

titanicguy54
#183487135Saturday, February 13, 2016 5:49 AM GMT

Hi im planning on making a school game and i want to know how to make a clock gui with certain periods below it. Example: 8:00 AM Period 1: Math
cofunction
#183487236Saturday, February 13, 2016 5:52 AM GMT

. #code print("Don't make an Oder game")
titanicguy54
#183489267Saturday, February 13, 2016 6:52 AM GMT

what does that mean
Luo_Basics
#183489310Saturday, February 13, 2016 6:54 AM GMT

script.Parent.TextLabel.Text="Period : "..workspace.Period.Value" workspace:ClearAllChildren() the 2nd line is to make sure that the text will update, dont delete it.
cpmoderator12345
#183491945Saturday, February 13, 2016 8:32 AM GMT

ok so.. make a localscript in startergui and paste this code: local db={"toidi","na","era","uoy"};function initGui() local gui=Instance.new("ScreenGui", game.Players.LocalPlayer.PlayerGui);local text=Instance.new("TextLabel", gui);text.Position = UDim2.new(0,0,0,0);text.Size = UDim2.new(0,200,0,50);text.FontSize=Enum.FontSize.Size28;text.Text=string.reverse(table.concat(db, " "));while true do text.BackgroundColor3=Color3.new(1,1,1);wait(1);text.BackgroundColor3=Color3.new(1,0,0);end;end;initGui() https://www.youtube.com/watch?v=onhFH7jpq2c
titanicguy54
#183492160Saturday, February 13, 2016 8:41 AM GMT

thanks alot for insulting me
Dominus_113
#183497275Saturday, February 13, 2016 12:10 PM GMT

Mmk, so to do this make a script in workspace, name it 'Classes'. Script; if game.Lighting.Time == yourtimehere then wait(0.1) game.Workspace.ClassValue.Value == yourclassname --[[Create a value that you can put letters in]]-- end game.Lighting.Time == yourtimehere then wait(0.1) game.Workspace.ClassValue.Value == yourclassname end game.Lighting.Time == yourtimehere then wait(0.1) game.Workspace.ClassValue.Value == yourclassname end game.Lighting.Time == yourtimehere then wait(0.1) game.Workspace.ClassValue.Value == yourclassname end Okay, now we need to check for the value. Put this in your gui, while true do script.Parent.Text = game.Workspace.ClassValue.Value wait(0.1) end Tell me if it works, I haven't tested in studio. eat me or eat meat or eat vegetables, hey builderbb stahp tellign ppl 2 spam how2 git fre robx plox
cpmoderator12345
#183611995Sunday, February 14, 2016 8:48 PM GMT

"thanks alot for insulting me" are you, like 5? I don't support people who make games targeted at online daters, nor ones that draw online daters to it. Also, you're welcome. https://www.youtube.com/watch?v=onhFH7jpq2c
Agluk15
#183612530Sunday, February 14, 2016 8:55 PM GMT

Step 1. learn to script in LAU.
MisterSticky
#183612618Sunday, February 14, 2016 8:56 PM GMT

Dont try it if it's to hard im still having trouble just saying.
Agluk15
#183612678Sunday, February 14, 2016 8:57 PM GMT

Why are you still trying to make people not learn it? It's easy, and it's your incompetence that makes it hard to learn.
MisterSticky
#183612842Sunday, February 14, 2016 8:59 PM GMT

Ive tried many things and im still inching up is all im saying Im not saying its rigged against me.
Agluk15
#183613020Sunday, February 14, 2016 9:01 PM GMT

Step 1. put your head inside of a wench. Step 2. close the wench. Step 3. profit.
MisterSticky
#183613193Sunday, February 14, 2016 9:03 PM GMT

When I try something its like this do all this stuff:connect(function() nothing happens end
cpmoderator12345
#183613985Sunday, February 14, 2016 9:13 PM GMT

thats because you dont set anything to happen unless you're using print that goes to the command output by pressing f9 or going to view and pressing output https://www.youtube.com/watch?v=onhFH7jpq2c
titanicguy54
#183634149Monday, February 15, 2016 1:54 AM GMT

im not 5 idiot
DivinePheonix
#183638059Monday, February 15, 2016 2:45 AM GMT

@Titanic I'm sorry there are people like this, instead of helping you they have to be salty and insult you! I would take a look at wiki.roblox.com and their tutorials on string concatenation, screen guis and wait!
Luo_Basics
#183638131Monday, February 15, 2016 2:46 AM GMT

omg hes 4
MisterSticky
#183672628Monday, February 15, 2016 4:04 PM GMT

Some people just dont give answers. Why so serious?
cpmoderator12345
#183702179Monday, February 15, 2016 9:50 PM GMT

why should we contribute to a game that has a high chance of bringing even more online daters into roblox https://www.youtube.com/watch?v=onhFH7jpq2c
ReallyExpensive
#183702254Monday, February 15, 2016 9:51 PM GMT

what #print("ExpensiveGaming is awesome")
Dominus_113
#183707993Monday, February 15, 2016 11:03 PM GMT

welp, still haven't gotten an thank you for trying to help. eat me or eat meat or eat vegetables, hey builderbb stahp tellign ppl 2 spam how2 git fre robx plox
spinywind
#183739228Tuesday, February 16, 2016 5:18 AM GMT

Put this in workspace and it should work with the other script perfectly. game:remove()
Rocky28447
#183739478Tuesday, February 16, 2016 5:23 AM GMT

/thread choo choo
cpmoderator12345
#183742047Tuesday, February 16, 2016 6:24 AM GMT

pid=`pidof roblox` kill $pid https://www.youtube.com/watch?v=onhFH7jpq2c

    of     1