User talk:Mindraker/Script Builder Intro: Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>~xXMysteriousXx~
No edit summary
>~xXMysteriousXx~
No edit summary
 
(No difference)

Latest revision as of 10:41, 10 November 2008

Use this for the time script.=

Very small and simple it woorks!


create/Time
edit/Time
l = game:service("Lighting") 
while true do 
wait(0.1) 
l:SetMinutesAfterMidnight(l:GetMinutesAfterMidnight()+1) 

end 
exit/
run/Time

User:~xXMysteriousXx~/sig