User talk:Mindraker/Script Builder Intro

From Legacy Roblox Wiki
Jump to navigationJump to search

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