Advertisement
DrakerMaker

KEBAB COMPUTER

Aug 13th, 2018
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. local a = Instance.new("Part", workspace)
  2. a.Position = Vector3.new(238.5, 0.5, -40.14)
  3. a.Size = Vector3.new(95.54, 1, 96.8)
  4. local b = Instance.new("Part", workspace)
  5. b.Position = Vector3.new(238.845, 19.47, 7.38)
  6. b.Size = Vector3.new(95.17, 36.94, 2)
  7. a.Anchored = true
  8. b.Anchored = true
  9. local da = Instance.new("Decal", workspace.a)
  10. da.Texture = ("http://www.roblox.com/asset/?id=384312889")
  11. da.Side = ("Top")
  12. local db = Instance.new("Decal", workspace.b)
  13. db.Texture = ("http://www.roblox.com/asset/?id=271617784")
  14. db.Face = ("Front")
  15. local sound = Instance.new("Sound", workspace.b)
  16. sound.SoundId = ("rbxassetid://958866556")
  17. sound.Looped = true
  18. sound.Volume = 5
  19. sound:Play()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement