Advertisement
BadLuaScriptee

Roblox Omega Firefly Script

Mar 20th, 2018
1,300
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.64 KB | None | 0 0
  1. print("You have awoken the Firefly.")
  2. wait(0.6)
  3.  
  4. song = Instance.new("Sound", Workspace)
  5. song.SoundId = "rbxassetid://998116601"
  6. song.Playing = true
  7. song.Looped = true
  8. song.Volume = 10
  9. song.Parent = game.Players.LocalPlayer.Character.Head
  10.  
  11. game.Players.LocalPlayer.Character.Humanoid.MaxHealth = 9999999999999999999999999999999999999999999999999999999999999999999999999
  12. game.Players.LocalPlayer.Character.Humanoid.Health = 9999999999999999999999999999999999999999999999999999999999999999999999999
  13.  
  14. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 30
  15.  
  16. CV="White"
  17.  
  18. p = game.Players.LocalPlayer
  19. char = p.Character
  20. local txt = Instance.new("BillboardGui", char)
  21. txt.Adornee = char .Head
  22. txt.Name = "_status"
  23. txt.Size = UDim2.new(2, 0, 1.2, 0)
  24. txt.StudsOffset = Vector3.new(-9, 8, 0)
  25. local text = Instance.new("TextLabel", txt)
  26. text.Size = UDim2.new(10, 0, 7, 0)
  27. text.FontSize = "Size24"
  28. text.TextScaled = true
  29. text.TextTransparency = 0
  30. text.BackgroundTransparency = 1
  31. text.TextTransparency = 0
  32. text.TextStrokeTransparency = 1
  33. text.Font = "SciFi"
  34. text.TextStrokeColor3 = Color3.fromRGB(327,327,327)
  35.  
  36. v=Instance.new("Part")
  37. v.Name = "ColorBrick"
  38. v.Parent=p.Character
  39. v.FormFactor="Symmetric"
  40. v.Anchored=true
  41. v.CanCollide=false
  42. v.BottomSurface="Smooth"
  43. v.TopSurface="Smooth"
  44. v.Size=Vector3.new(10,5,3)
  45. v.Transparency=1
  46. v.CFrame=char.Torso.CFrame
  47. v.BrickColor=BrickColor.new(CV)
  48. v.Transparency=1
  49. text.TextColor3 = Color3.fromRGB(327, 327, 327)
  50. v.Shape="Block"
  51. text.Text = "Get earmuffs."
  52. coroutine.wrap(function()
  53. while wait() do
  54. wait(0.1)
  55. text.Text = "Omega Firefly"
  56. end
  57. end)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement