Advertisement
JuicyPenguin

First script

Aug 10th, 2015
295
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1.  
  2. local Itemthingy = Instance.new("Part", luke)
  3. Itemthingy.Name="Handle"
  4. Itemthingy.FormFactor="Plate"
  5. Itemthingy.Shape="Block"
  6. Itemthingy.Size=Vector3.new("1, 1.2, 1")
  7.  
  8. local ABCDE = Instance.new("Sound", luke.Handle)
  9. ABCDE.Name="DrinkSound"
  10. ABCDE.SoundId="http://www.roblox.com/asset/?id=15047813"
  11.  
  12. local ABCDEF = Instance.new("Sound", luke.Handle)
  13. ABCDEF.Name="HitMarker"
  14. ABCDEF.SoundId="rbxassetid://160432334"
  15.  
  16.  
  17. local ABCDEFG = Instance.new("Sound", luke.Handle)
  18. ABCDEFG.Name="MLG"
  19. ABCDEFG.SoundId="rbxassetid://163070866"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement