Advertisement
memberhero

KEKCROC script Update

Dec 22nd, 2017
607
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. ---KEKCROC script by basstracker1970
  2. --Update One
  3. --Fixed Audio
  4. ------------------------------
  5. plr = game.Players.LocalPlayer
  6. tool = Instance.new("Tool")
  7. tool.Name = "KEKCROC"
  8. tool.ToolTip = "HI IM KEKCROC"
  9. tool.Parent = plr.Backpack
  10. handle = Instance.new("Part")
  11. handle.BrickColor = BrickColor.new("Really black")
  12. handle.Size = Vector3.new(2.21, 2.93, 2)
  13. handle.Name = "Handle"
  14. handle.Parent = tool
  15. decal = Instance.new("Decal")
  16. decal.Face = "Front"
  17. decal.Texture = "rbxassetid://890800932"
  18. decal.Parent = handle
  19. tool.Activated:connect(function()
  20. sound = Instance.new("Sound")
  21. sound.SoundId = "rbxassetid://825497151"
  22. sound.Parent = plr.Character
  23. sound:Play()
  24. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement