Here are the finished scripts! Disclaimer: Please try to follow along in the video and create the scripts yourself before resorting to copy+pasting. The only person that you're cheating is yourself. --Conveyor Belt script.Parent.Velocity = script.Parent.CFrame.LookVector * 5 -- --Click Detector local ClickDetector = script.Parent.ClickDetector ClickDetector.MouseClick:Connect(function(player) local Item = player.Backpack:FindFirstChild("Tool") Item.Parent = script.Parent Item:FindFirstChild("Handle").CFrame = script.Parent.CFrame + Vector3.new(0,3,0) --Make sure that everything is held together for _, part in ipairs(Item:GetDescendants()) do if(part:IsA("BasePart") or part:IsA("MeshPart")) then part.CanCollide = true end end -- end) -- --Weld/Tool for _, part in pairs(script.Parent:GetDescendants()) do if(part:IsA("BasePart") or part:IsA("MeshPart")) then local NewWeld = Instance.new("WeldConstraint") NewWeld.Part0 = part NewWeld.Part1 = script.Parent:FindFirstChild("Handle") NewWeld.Parent = part end end script.Parent.Equipped:Connect(function() for _, part in ipairs(script.Parent:GetDescendants()) do if(part:IsA("BasePart") or part:IsA("MeshPart")) then part.CanCollide = false end end end) --
@profloth2703 жыл бұрын
MacAndSwiss please do a new tutorial bc the surface option isn't available now so please help me
@profloth2703 жыл бұрын
I can't find the 'surface' in properties
@kevgaming2222 жыл бұрын
I have a problem, when i press the button, my luggage wont come out.
4 жыл бұрын
amazing video!
@wythernz7654 жыл бұрын
I can’t see surfaces in properties ;-;
@MacAndSwiss4 жыл бұрын
Yeah, they removed it. One way you can kinda figure it out is to use a surfaceUI on the front
@wythernz7654 жыл бұрын
MacAndSwiss thanks. I used that earlier after noticing but thanks for the suggestion!
@cyan54544 жыл бұрын
@@wythernz765 Hey how to use it same problem pls reply
@profloth2703 жыл бұрын
@@MacAndSwiss how i don't understand can you do a video ?
@blueas9583 жыл бұрын
Wow!!!!!!!! This is useful for my upcoming story game! Thank you!
@SwissAviator Жыл бұрын
i think roblox updated roblox studio because you can no longer change the surface to a motor for some reason, could you make a new video or tell me how i can add a motor with updated version
@Pineyyyyy7 ай бұрын
anchor the part and insert this into the script. local ConveyerSpeed = 14 -- Change this to how ever fast you want your conveyer to move while true do script.Parent.Velocity = script.Parent.CFrame.lookVector *ConveyerSpeed wait(0.1) end
@SwissAviator7 ай бұрын
@@Pineyyyyy tysm
@Omosha614 жыл бұрын
Wow! I am Korean. I learned well after watching your video. Thank you for uploading the video.
@profloth2703 жыл бұрын
how to make the baggage item
@frenchfries42944 жыл бұрын
Hi can u do a plane storage tutorial like u put it in ur plane and then click it to place the suitcase and also be able to pick it up again when clicked
@aviamud3 жыл бұрын
Hi there. I just saw this. I'm gonna make that a model, and i'll reply to this comment with it.
@OrionHartwick4 жыл бұрын
Thanks so much, Subscribed and liked
@haxelux313 жыл бұрын
But how to send this baggage to another airport in same game
@pieroalexis1014 Жыл бұрын
paying robux
@louiseking17563 жыл бұрын
I have a error which says ‘attempt to index nil with parent’ on line 5 can anyone help?
@MacAndSwiss3 жыл бұрын
A couple of things that might be the issue: - "index nil with parent" means that you're trying to get the parent of nil, or something that doesn't exist. You might wanna double-check the object or whatever you're trying to get, and make sure things are spelled correctly. - Getting the parent of something is Parent with a capital P (just in case)
@louiseking17563 жыл бұрын
I’ve checked the spelling of ‘Suitcase’ and it’s the exact same. I have added all my Parents with a capital P. Still doesn’t work :/ Edit: It’s now worked but I’m not able to say SuitCase now it has to be called tool. Is there a way that when clicked on Click part the suitcase is on its back instead of up straight?
@jaydensantiago90354 жыл бұрын
it didnt work for me it was moving everything on the floor. and it was moving the wrong way.
@MacAndSwiss4 жыл бұрын
Make sure that the part (and stuff touching it) are either anchored or welded to an anchored part. As for the moving the wrong way part, make sure that the conveyor is facing the right way (check to see which side is the "front").
@Devingx4 жыл бұрын
@@MacAndSwiss I can't seem to find a plug-in that let's you see the front or back
@Buddy_Playz4 жыл бұрын
@@Devingx Go to properties, scroll all the way down and go to Surface.
@Cedricx4 жыл бұрын
Can you script things on my tech company?
@MacAndSwiss4 жыл бұрын
Unfortunately, I'm busy with school and other things right now so I'm not taking on any additional jobs.
@PinguPlays4 жыл бұрын
can u put script in comments
@Gxdurf2 жыл бұрын
Now i have made this now i need a baggage claim
@SkyfromJapan4 жыл бұрын
Give me script
@PinguPlays4 жыл бұрын
Ok. thx for answer me with this vid
@yellow_bloxplayz87204 жыл бұрын
me thinking you had a few hunderd k subs
@MacAndSwiss4 жыл бұрын
Hit that subscribe button and maybe that can be real one day 😉