
Better way of scripting a conveyor belt? - Help and Feedback
Apr 16, 2024 · Hi! Some time ago I made some conveyor belts for my game CaseOh’s Basics. I just want to ask a question. Is there a better way of doing this? Like a way to cause less lag or is there none? Here is the script: game:GetService("RunService").Heartbeat:Connect(function() if script.Parent.On.Value==false then script.Parent.Beam.TextureSpeed=0.1 script.Parent.Velocity = script.Parent.CFrame ...
How to make a circular conveyor belt in roblox
Jan 17, 2025 · I want to make a circular conveyor belt. I have a flat cylindrical object that spins, and I want the player to follow the rotational direction when the object spins. Here is my code rn, but this code does not work properly because the conveyor aspect doesn’t work – Variables local part = script.Parent – The part to spin local isSpinning = true – Toggle to control spinning local ...
How do you make a belt accessory (and correct positioning
Oct 2, 2022 · Hello! I just needed some quick help on how I position an accessory to fit around a blocky r15 character’s waist(the waistCenterAttachment didn’t work). I’m pretty new to making custom accessories so I apologize if this is a stupid question lol Where I want it to go Where it goes when I paste into the avatar It usually goes to the top of the head, this is one of the rare cases where it ...
Advanced Conveyor Belt Help - Scripting Support - Roblox
Aug 13, 2024 · Hey everyone, I am kind of stumped and can’t find any resources of the topic, but how would I go about making a conveyor belt system similar to Factorio? By that I mean a conveyor belt that can only hold a specific amount of items on it, and when the items on the belt have no where to go (the belt ends, the machine/inventory they are being fed into is full, the belt ahead is full) then they ...
Conveyor belt malfunctioning! - Scripting Support - Roblox
Dec 5, 2018 · Hello people of Roblox, I was working on my new Christmas StopMotion animation (Not named yet), and I was working on a part where the elfs are working on the toys using a conveyor belt, the problem is that the conveyor belt works perfectly, but something makes the objects stop moving, I looked everywhere to find a solution…Nothing, please help me scripting pros! –qUQjue (aka Roquejo in YT ...
How i can make conveyor belt system for factory game? - Roblox
May 9, 2024 · Hi, i’m wondering how can i make a conveyor belt like in factorio or roblox’s islands game i always wondered how to make items move on them, and no, i’m not looking to make items physical.
How to make an conveyor belt - DevForum | Roblox
Mar 13, 2023 · I dont understand what you mean… As I said for a conveyor belt for a tycoon game, its better to use tween to make the boxes to travel, and if you want an extra effect that pushes the player back you could use mover constraints or even the LinearVelocity in this way: ConveyorBelt.AssemblyLinearVelocity = ConveyorBelt.CFrame.lookVector * 50
Help with a sloped conveyor belt - Building Support - Roblox
Jan 19, 2024 · I’m trying to make a sloped conveyor belt that moves objects upward, but no matter what I’ve tried, the objects don’t move. I’ve tried increasing friction, reducing weight, increasing velocity, and giving the object itself LinearVelocity to no avail. Not sure what else I …
I need help with my conveyor belt Surface GUI system - Roblox
Jan 24, 2025 · What I’m trying to do is have a SurfaceGUI on a conveyor belt part that shows an Arrow/Arrows pointing and scrolling towards the same direction as the conveyor belts direction. (I turned off Clipping to show how i want it to work) The rotation of the image is working perfectly fine. The biggest issue I’m having is with the scrolling movement of the Arrow. I …
How do you make a working conveyor belt? - DevForum | Roblox
May 29, 2020 · I am working on an obby game that contains difficult obstacles such as conveyor parts. My question is, how do you properly make one?