Advertisement
HOJcracker

Untitled

Jan 13th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. -- message in the top of screen
  2. c = Instance.new("Hint")
  3. c.Text = "1x1x1x1 was here"
  4. c.Parent = game.Workspace
  5. wait (1)
  6. game.Lighting:SetMinutesAfterMidnight( 1 )
  7. wait (1)
  8. -- play sound
  9. fuction xds(dd)
  10. local LOL = Instance.new("Sound", game.Workspace)
  11. LOL.Name = "1x1x1x1 aaa"
  12. LOL.SoundId = "http://www.roblox.com/asset/?id=341273690"
  13. LOL:Play()
  14. wait (5)
  15. end;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement