TheUnknownDiscord

tool template

Aug 24th, 2021 (edited)
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. Tool = Instance.new("Tool")
  2. Part = Instance.new("Part")
  3. Part.Name = "Handle"
  4. Part.Parent = Tool
  5. Tool.Parent = workspace.Lucas_YT111 -- replace name
  6. Mesh = Instance.new("SpecialMesh")
  7. Mesh.Parent = Part
  8. Mesh.MeshId = "http://www.roblox.com/asset/?id=12221720"
  9. Mesh.TextureId = "http://www.roblox.com/asset/?id=12224218"
  10. Mesh.Scale = Vector3.new(1, 1, 1)
  11. Tool = script.Parent
Add Comment
Please, Sign In to add comment