About 19,600 results
Open links in new tab
  1. Lucky block script? - Help and Feedback / Scripting Support - Roblox

    Feb 9, 2023 · Hello developers, I am currently making a lucky block, so when a player opens a lucky block it will give a player a random item from replicate storage but I cannot manage to add items in …

  2. Lucky Block Tool Help - Scripting Support - Developer Forum - Roblox

    Jul 25, 2023 · The Lucky Block works for the most part. But there’s one problem I’m having. When I click on the screen it destroys the Lucky Block and gives me a random tool from the folder. But instead of …

  3. How to replicate a part spawned on both the client and the server

    Feb 25, 2025 · So im trying to make a system that spawns a “Lucky block” and inside the lucky block it uses a script that fires an event to a client. The thing is the client does not even know about the lucky …

  4. Issue with Opening GUI from Script in Lucky Block System

    Nov 19, 2024 · Hi everyone, I’m working on a Lucky Block system where, when a player interacts with the block, a GUI appear. This GUI contains a frame called CrateFrame, which displays information …

  5. Issue with Individual Cooldown Timers in ProximityPrompt

    Nov 10, 2024 · THE SCRIPT: – Script inside Emilia → LuckyBlock local ProximityPrompt = script.Parent:FindFirstChild (“ProximityPrompt”) local cooldownTime = 15 * 60 – 15 minutes in …

  6. Best way to do this? - Scripting Support - Developer Forum | Roblox

    Jul 27, 2023 · I want to make a lucky block where you reach the end of the obby and you have to wait a specific amount of time to be able to claim a lucky block. But I’m not too sure what the best way to do …

  7. BlockLua | Roblox Visual Scripting like Scratch!

    Jan 6, 2023 · For this script, we’re just going to use the ‘me’ block, that is simply the ‘parent of the script’, which is in this case, the lava part This is how it looks if you have dropped the ‘me’ block into …

  8. How would I make a luck system? - Scripting Support - Roblox

    Aug 21, 2021 · Hello developers! I’m wondering how to make a luck system (for an egg hatching system, chest opening etc…) but all the solutions I’ve came through so far are too confusing for me. Can …

  9. Tag doesn't clone witht the object, CollectionService - Roblox

    Jul 22, 2021 · Hello, I want to clone objects in a folder to the workspace, and I want the objects to keep their tag. Another post said you can clone objects with keeping their tag but for me it doesn’t work. I …

  10. Luck System With Luck Boost - Scripting Support - Roblox

    Jan 3, 2023 · When I do math.random (100) or using the random.new I always get close to 0 every couple of times printing in the command line (which will be same in game) I want to find a way to …