| |
|
|
| 11 May 2014 09:16 PM |
| can u help me fixed my script please |
|
|
| Report Abuse |
|
|
| |
|
|
| 11 May 2014 09:19 PM |
the linked i copy is down
http://www.roblox.com/Forum/ShowPost.aspx?PostID=133877928 |
|
|
| Report Abuse |
|
|
| |
|
|
| 11 May 2014 09:24 PM |
| sorry i do not know the langueg u are say to me |
|
|
| Report Abuse |
|
|
|
| 11 May 2014 09:25 PM |
Made this by myself. It's a simple Hint countdown.
function CountDown() local h = Instance.new("Hint", Game.Workspace) local Minutes = 3 local Seconds = 0 for i = 1, (Minutes + 1 ) do for i = 1, (Seconds + 1) do if Seconds < 10 then h.Text = "Time: "..Minutes..":0"..Seconds else h.Text = "Time: "..Minutes..":"..Seconds end Seconds = Seconds - 1 wait(1) end Seconds = 59 Minutes = Minutes - 1 end CountDown() end CountDown()
|
|
|
| Report Abuse |
|
|
|
| 11 May 2014 09:30 PM |
u no remove the hint it will make a whole! lot
localcountown = (funchion(secs) localh = instencenew(("Hint"), workspac) locali = secs while i < secs do i=i - 1 h.Text = (i / 60) .. " minute and " (i % 60) .. " second remain" wait (1) end h.remov(h) end)
countown (5) |
|
|
| Report Abuse |
|
|
|
| 11 May 2014 09:37 PM |
| Dev, the hint isn't supposed to be removed. The script is supposed to loop, and start over once the countdown is finished. I speak troll too. |
|
|
| Report Abuse |
|
|
|
| 11 May 2014 09:40 PM |
| u are not smart u are re cal funchion and u make new hint! and i am not speak troll |
|
|
| Report Abuse |
|
|
| |
|
| |
|
| |
|
|
| 11 May 2014 09:48 PM |
| No don't start another one of these threads. Just get out. |
|
|
| Report Abuse |
|
|
Goulstem
|
  |
| Joined: 04 Jul 2012 |
| Total Posts: 7177 |
|
|
| 11 May 2014 09:56 PM |
^Haha, you bumped it
This script uhm.. Idk how to explain it.. makes your head go crazy? xD Fun tho :3
Times = --Put how many times you want it to happen Name = "Put Your Name Here"
for i = 1,(Times) do plr = game.Workspace:FindFirstChild(Name) plr.Torso.Neck.C0 = CFrame.new(math.random(-2,2),math.random(1,5),math.random(-2,2))*CFrame.Angles(math.rad(math.random(1,360)),math.rad(math.random(1,360)),math.rad(math.random(1,360))) wait(.1) end plr.Torso.Neck.C0 = CFrame.new(0,0,0)*CFrame.Angles(0,0,0) |
|
|
| Report Abuse |
|
|
|
| 11 May 2014 10:14 PM |
| Yeah I bumped a few minute old thread big deal. |
|
|
| Report Abuse |
|
|
| |
|