|
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 |
|
|
.
#code print("Don't make an Oder game") |
|
|
|
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. |
|
|
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 |
|
|
thanks alot for insulting me |
|
|
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 |
|
|
"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 |
|
Agluk15Join Date: 2016-02-13 Post Count: 193 |
Step 1. learn to script in LAU. |
|
|
Dont try it if it's to hard im still having trouble just saying. |
|
Agluk15Join Date: 2016-02-13 Post Count: 193 |
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. |
|
|
Ive tried many things and im still inching up is all im saying
Im not saying its rigged against me. |
|
Agluk15Join Date: 2016-02-13 Post Count: 193 |
Step 1. put your head inside of a wench.
Step 2. close the wench.
Step 3. profit. |
|
|
When I try something its like this
do all this stuff:connect(function()
nothing happens
end |
|
|
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 |
|
|
|
@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! |
|
|
|
Some people just dont give answers.
Why so serious? |
|
|
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 |
|
|
what
#print("ExpensiveGaming is awesome") |
|
|
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 |
|
spinywindJoin Date: 2012-01-26 Post Count: 3580 |
Put this in workspace and it should work with the other script perfectly.
game:remove()
|
|
|
|
pid=`pidof roblox`
kill $pid
https://www.youtube.com/watch?v=onhFH7jpq2c |
|