Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

My script is running in Roblox Studio but not in the actual game i uploaded?

Asked by 3 years ago
local clickdetector = script.Parent.ClickDetector
clickdetector.MouseClick:Connect(function()
    while true do
    Instance.new("Part",workspace)  
    end

end)

if I run this in roblox studio thing, it's fine. but if I run it in an actual roblox game it doesn't work, when I click it doesn't crash my game. plz help!

0
maybe while wait() do Zeuxulaz 148 — 3y
1
Why are you trying to crash games in the first place? AntoninFearless 622 — 3y
0
It's a test for something i'm doing, but it will crash my roblox studio (as i want it to) but never in the actual game EpicEyeBall_007 25 — 3y

Answer this question