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

I need help with a script?

Asked by 10 years ago

Please make your question title relevant to your question content. It should be a one-sentence summary in question form.

I am making an icecream place with a froyo bar and I made the machines. The machines are doing nothing and the code looks correct here is the script.

01script.Parent.Touched:connect(function(z)
02    if z.Parent.Name == "Empty Bowl" then  
03        z.Parent.BloxyColaScript.Disabled = false
04        z.Parent.Flavor.BrickColor = script.Color.Value
05        z.Parent.Handle.Transparency = 1
06        z.Parent.Union.Transparency = 1
07        z.Parent.Part1.Transparency = 1
08        z.Parent.Flavor.Transparency = 1
09        z.Parent.Wedge1.Transparency = 1
10        z.Parent.Wedge.Transparency = 1
11        z.Parent.Spoon.Transparency = 1
12        z.Parent.BloxyColaScript.Disabled = true
13        z.Parent.Part.Decal.Texture = "http://www.roblox.com/asset/?id=0"
14        script.Parent.Parent.Bowl.Union.Transparency = 1
15        script.Parent.Parent.Bowl.Part.Transparency = 1
View all 46 lines...

I have all the values and the bowl is named Empty Bowl.

Please help by replying.

1
1 unwritten rule in scripting helpers. Not many people would read the whole script. EzraNehemiah_TF2 3552 — 10y
0
Are there any errors? Have you done any debugging? What works? What prints? BlueTaslem 18071 — 10y

Answer this question