About 361,000 results
Open links in new tab
  1. Better way of scripting a conveyor belt? - Scripting Support

    Apr 2, 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 ...

  2. How to make an conveyor belt - Scripting Support - Roblox

    Nov 20, 2022 · So, I was working on tycoon game and I have faced an problem of making conveyor belt basically, I changed the AssemblyLinearVelocity to (0,0,30) which should have made any unanchored part touching it move. The problem is it’s not working as it should

  3. Advanced Conveyor Belt Help - Scripting Support - Roblox

    Jan 15, 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 ...

  4. How do you make a working conveyor belt? - Scripting Support

    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?

  5. 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 ...

  6. non-CanCollide Conveyor belts - Scripting Support - Roblox

    Nov 16, 2022 · Hello! I’ve been trying to make a water current for a while now but I have failed every time. Now I’m not a good coder by any means, I’d say that I can’t even code at all. I do know how to fix this though, I just don’t know how to implement it correctly. This is the code I’m using. while true do script.Parent.Velocity = script.Parent.CFrame.rightVector *40 wait(0.1) …

  7. Help with a sloped conveyor belt - Building Support - Roblox

    Jan 19, 2024 · Actually my conveyor is rotated slightly, so the numbers are .172, 1, 6. It’s fairly long so I just played with the 1st number to get the items staying centered on the belt. If the item jiggles then play with the Y value. The slope of my conveyor was about 6 studs horizontal and 1 stud vertical, so those numbers fit my application.

  8. 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 ...

  9. 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 …

  10. How to script a non-Anchored conveyor belt - Scripting Support

    Oct 28, 2022 · I’ve been working on A sandbox game and one of the parts I’m making is a non-anchored conveyor similar to the ones in plane crazy I have attempted multiple ways of creating an unanchored conveyor and nothing I have tried has worked. the normal method of making a conveyor belt moves the conveyor instead of the part on it when unanchored, and I saw a post on another thread saying to apply ...

Refresh