|
| 16 May 2014 06:07 PM |
So I have seen a couple places with a decal looking thing timer anyone know where I can find one... (Sort of like the one from Murder Mystery.)
Don't worry i'm not making another "Murder" game XD |
|
|
| Report Abuse |
|
|
|
| 16 May 2014 06:10 PM |
Use a surface GUI, and then a textlabel (Resize to whatever you want it) then use this
local time=30 timer= game.Workspace.Part.SurfaceGui.Frame.TextLabel -- Change this to whatever it is in workspace for i=1, 30 do time=time-1 wait(1) timer.Text=tostring(time)
|
|
|
| Report Abuse |
|
|
|
| 16 May 2014 06:18 PM |
| Do i put the script in the part? |
|
|
| Report Abuse |
|
|
| |
|
128GB
|
  |
| Joined: 17 Apr 2014 |
| Total Posts: 8056 |
|
|
| 16 May 2014 06:25 PM |
"Don't worry i'm not making another "Murder" game XD" God bless you.
It doesn't matter where the script is (Well, anywhere in the workspace)
timer= game.Workspace.Part.SurfaceGui.Frame.TextLabel -- Change this to whatever it is in workspace
As long as that refers to the surface gui |
|
|
| Report Abuse |
|
|
|
| 16 May 2014 06:31 PM |
Haha failed i forgot to put in frame so the script could not get to it
|
|
|
| Report Abuse |
|
|