Advertisement
NextFlamePB

ROBLOX Kekcroc Script

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