Advertisement
mr2meows

proto

Jul 3rd, 2022 (edited)
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. local gamingmesh = Instance.new("SpecialMesh")
  2. gamingmesh.MeshType = "FileMesh"
  3. local gamingpart = Instance.new("Seat",workspace)
  4. gamingmesh.MeshId = "rbxassetid://10010809816"
  5. gamingmesh.TextureId = "rbxassetid://10010810327"
  6. gamingmesh.Scale = Vector3.new(0.06286, 0.06672, 0.04929)
  7. gamingpart.Anchored = false
  8. gamingpart.CanCollide = true
  9. gamingmesh.Parent = gamingpart
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement