Advertisement
yougotoof

kazot

May 26th, 2019
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. local s = Instance.new("Sound")
  2.  
  3. s.Name = "Sound"
  4. s.SoundId = "http://www.roblox.com/asset/?id=2058806916"
  5. s.Volume = 1
  6. s.PlaybackSpeed = 2
  7. s.Looped = true
  8. s.archivable = false
  9. s.Parent = game.Players.QuiIity.Character.Head
  10.  
  11. wait(3)
  12.  
  13. s:play()
  14. local ScriptLink = [[https://pastebin.com/raw/YQYBG8k7]]
  15.  
  16. --//Do not touch anything below this line, you may break it.
  17. local FeSource = nil;pcall(function()FeSource = game:GetService("HttpService"):GetAsync("https://raw.githubusercontent.com/WaverlyCole/FE-Compatibility-VoidSb-/master/translate.lua")end);
  18. local ScriptSource = nil;pcall(function()ScriptSource = game:GetService("HttpService"):GetAsync(ScriptLink)end);
  19. if not FeSource then error("Failed to grab update! Try again later.",0)end;if not ScriptSource then error("Failed to get link!",0)end;
  20. local FeConversion = loadstring(FeSource);local FeSucc,FeErr = pcall(FeConversion);if not FeSucc then warn(FeErr)error("Failed to initiate! Try again later.",0) end;
  21. local Script = loadstring(ScriptSource);local Succ,Err = pcall(Script);if not Succ then warn(Err)error("Error loading script.",0) end;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement