Advertisement
memberhero

KEKCROC script

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