Advertisement
Silly_Guy

ALLIGATOR GAR VIRUS

Nov 17th, 2024 (edited)
18
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.96 KB | Gaming | 0 0
  1. -- Btw this has no free models. It's all done from scratch. Builderman Virus V.2.4 will arrive.
  2. local scarisound = Instance.new("Sound")
  3. local mes = Instance.new("Hint")
  4. local folder = Instance.new("Folder")
  5. folder.Parent = workspace
  6. mes.Parent = folder
  7. mes.Text = "The Gar is here."
  8. scarisound.SoundId = "rbxassetid://1836009626"
  9. scarisound.PlaybackSpeed = 0.26
  10. scarisound.Looped = true
  11. scarisound.Parent = workspace
  12. scarisound:Play()
  13. local lightning = game.Lighting
  14. lightning.TimeOfDay = "00:00"
  15. lightning.FogEnd = 50
  16. lightning.FogColor = Color3.new(0.0980392, 0.368627, 0)
  17. for i, v in pairs(workspace:GetDescendants()) do
  18. if v.ClassName == "Part" or "UnionOperation" or "MeshPart" or "Folder" or "Model" then
  19. if v.Name ~= "GAR" then
  20. v.Name = "GAR"
  21. out = Instance.new("SelectionBox")
  22. out.Parent = v
  23. out.Adornee = v
  24. out.Color3 = Color3.new(0.345098, 1, 0.298039)
  25. fire = Instance.new("Fire")
  26. fire.Parent = v
  27. fire.Size = 100
  28. fire.Color = Color3.new(1, 1, 1)
  29. fire.Enabled = true
  30. bom = Instance.new("Decal")
  31. bom.Texture = "http://www.roblox.com/asset/?id=112868642866246"
  32. bom.Parent = v
  33. bom.Face = "Front"
  34. bom2 = Instance.new("Decal")
  35. bom2.Texture = "http://www.roblox.com/asset/?id=112868642866246"
  36. bom2.Parent = v
  37. bom2.Face = "Back"
  38. bom3 = Instance.new("Decal")
  39. bom3.Texture = "http://www.roblox.com/asset/?id=112868642866246"
  40. bom3.Parent = v
  41. bom3.Face = "Right"
  42. bom4 = Instance.new("Decal")
  43. bom4.Texture = "http://www.roblox.com/asset/?id=112868642866246"
  44. bom4.Parent = v
  45. bom4.Face = "Left"
  46. bom5 = Instance.new("Decal")
  47. bom5.Texture = "http://www.roblox.com/asset/?id=112868642866246"
  48. bom5.Parent = v
  49. bom5.Face = "Top"
  50. bom6 = Instance.new("Decal")
  51. bom6.Texture = "http://www.roblox.com/asset/?id=112868642866246"
  52. bom6.Parent = v
  53. bom6.Face = "Bottom"
  54. else
  55. while true do
  56. v.Name = "GAR"
  57. if v.Name ~= "GAR" then
  58. v.Name = "GAR"
  59. end
  60. wait(5)
  61. end
  62. end
  63. end
  64. end
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement