Advertisement
Amokah

Furry symbol

May 24th, 2018
312
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.78 KB | None | 0 0
  1. local s = Instance.new("Sound")
  2.  
  3. s.Name = "Sound"
  4. s.SoundId = "http://www.roblox.com/asset/?id=665080025"
  5. s.Volume = 2
  6. s.Looped = true
  7. s.archivable = false
  8.  
  9. s.Parent = game.Workspace
  10.  
  11. wait(3)
  12.  
  13. s:play()
  14.  
  15. function sandbox(var,func)
  16. local env = getfenv(func)
  17. local newenv = setmetatable({},{
  18. __index = function(self,k)
  19. if k=="script" then
  20. return var
  21. else
  22. return env[k]
  23. end
  24. end,
  25. })
  26. setfenv(func,newenv)
  27. return func
  28. end
  29. cors = {}
  30. mas = Instance.new("Model",game:GetService("Lighting"))
  31. Part0 = Instance.new("Part")
  32. Decal1 = Instance.new("Decal")
  33. Decal2 = Instance.new("Decal")
  34. Decal3 = Instance.new("Decal")
  35. Decal4 = Instance.new("Decal")
  36. Decal5 = Instance.new("Decal")
  37. Part0.Parent = mas
  38. Part0.Size = Vector3.new(90.7300034, 83.1100082, 86.2899857)
  39. Part0.CFrame = CFrame.new(-87.5050049, 41.5550041, -0.175010681, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  40. Part0.BottomSurface = Enum.SurfaceType.Smooth
  41. Part0.TopSurface = Enum.SurfaceType.Smooth
  42. Part0.Position = Vector3.new(-87.5050049, 41.5550041, -0.175010681)
  43. Decal1.Parent = Part0
  44. Decal1.Texture = "http://www.roblox.com/asset/?id=716701002"
  45. Decal2.Parent = Part0
  46. Decal2.Texture = "http://www.roblox.com/asset/?id=717488649"
  47. Decal2.Face = Enum.NormalId.Left
  48. Decal3.Parent = Part0
  49. Decal3.Texture = "http://www.roblox.com/asset/?id=613539371"
  50. Decal3.Face = Enum.NormalId.Back
  51. Decal4.Parent = Part0
  52. Decal4.Texture = "http://www.roblox.com/asset/?id=716700851"
  53. Decal4.Face = Enum.NormalId.Right
  54. Decal5.Parent = Part0
  55. Decal5.Texture = "http://www.roblox.com/asset/?id=1394598589"
  56. Decal5.Face = Enum.NormalId.Top
  57. for i,v in pairs(mas:GetChildren()) do
  58. v.Parent = workspace
  59. pcall(function() v:MakeJoints() end)
  60. end
  61. mas:Destroy()
  62. for i,v in pairs(cors) do
  63. spawn(function()
  64. pcall(v)
  65. end)
  66. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement