Advertisement
Alex325

Ding Ding Autism Script (Created by me)

Oct 1st, 2017
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. s=Instance.new'Sound';
  2. s.Name = "AUTISM"
  3. s.Parent=workspace;
  4. s.SoundId='rbxassetid://527577196';
  5. s.Pitch=1;
  6. s.Volume=1;
  7. s.Looped=true;
  8. s:play()
  9.  
  10. Effect=Instance.new'DistortionSoundEffect';
  11. Effect.Parent=game.Workspace.AUTISM;
  12. Effect.Level=1;
  13. Effect.Priority=1
  14.  
  15. for i,v in next,workspace:children''do
  16. if(v:IsA'BasePart')then
  17. me=v;
  18. bbg=Instance.new('BillboardGui',me);
  19. bbg.Name='stuf';
  20. bbg.Adornee=me;
  21. bbg.Size=UDim2.new(2.5,0,2.5,0)
  22. tlb=Instance.new'TextLabel';
  23. tlb.Text='DING DING DING DING DING DING DING DING DING DING DING DING DING YOUR ASS XD';
  24. tlb.Font='SourceSansBold';
  25. tlb.FontSize='Size48';
  26. tlb.TextColor3=Color3.new(1,0,0);
  27. tlb.Size=UDim2.new(1.25,0,1.25,0);
  28. tlb.Position=UDim2.new(-0.125,-22,-1.1,0);
  29. tlb.BackgroundTransparency=1;
  30. tlb.Parent=bbg;
  31. end;end;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement