of     1   

Dark_Yugi
#138690678Monday, June 30, 2014 1:46 AM GMT

MysteryObjects = 0 local items = {"Mysterious Red Rod", "Mysterious Blue Orb", "Mysterious Gold Plate"} script.Parent.Touched:connect(function(Toucher) if Toucher.Parent and Toucher.Parent:FindFirstChild("Humanoid") then Player = game.Players:GetPlayerFromCharacter(Toucher.Parent) local HasItems = {} local MysteriousObjects=0 for c,v in pairs(items) do if Player.Backpack:FindFirstChild(v) and not HasItems[v] then HasItems[v]= true MysteriousObjects = MysteriousObjects+1 Player.Backpack:FindFirstChild(v):Destroy() if v:match("Rod") then script.Parent.Parent.Rod.Transparency = 0 print('Rod Placed') elseif v:match("Orb") then script.Parent.Parent.Orb.Transparency = 0 print('Orb Placed') elseif v:match("Plate") then script.Parent.Parent.Plate.Transparency = 0 print('Plate Placed') end end end if MysteriousObjects==3 then print('Staff Built') wait(15) game.Workspace["Midnight Moon Shrine"].Beam:Fire() end end end) It seems it doesn't add the value one every time you place an item down. Why is this?
Dark_Yugi
#138709510Monday, June 30, 2014 4:53 AM GMT

Please help?
Dark_Yugi
#138712609Monday, June 30, 2014 5:32 AM GMT

Please help?
jd678
#138719035Monday, June 30, 2014 7:14 AM GMT

if Toucher.Parent doesn't work like that
Dark_Yugi
#138751921Monday, June 30, 2014 5:00 PM GMT

Actually, it seriously works there. It's the adding the one to the value of MysteryObjects to fire the event that is the issue.
Dark_Yugi
#138759664Monday, June 30, 2014 6:13 PM GMT

Help?
Dark_Yugi
#138803850Tuesday, July 01, 2014 12:50 AM GMT

It'll get solved eventually... Maybe...
SenseiWarrior
#138804372Tuesday, July 01, 2014 12:55 AM GMT

Instance.new("Fire",KrossKode.Script).Name = "Fired" Fired your event. Youre welcome.
Dark_Yugi
#138805670Tuesday, July 01, 2014 1:07 AM GMT

I'm serious.
Dark_Yugi
#138818291Tuesday, July 01, 2014 3:00 AM GMT

Someone save me and my script, please.
Dark_Yugi
#138822615Tuesday, July 01, 2014 3:41 AM GMT

Please?
Bebee2
#138822968Tuesday, July 01, 2014 3:45 AM GMT

v:match'Orb' . . . . Objects don't have the match method, only stings do.
Dark_Yugi
#138823394Tuesday, July 01, 2014 3:49 AM GMT

It's odd, because that works completely. The event at the end doesn't.
Bebee2
#138823765Tuesday, July 01, 2014 3:52 AM GMT

Is ['Midnight Moon Shrine'].Beam a A. Signal Object for an event B. A BindableEvent
Dark_Yugi
#138824986Tuesday, July 01, 2014 4:04 AM GMT

A Bindable Event.
Dark_Yugi
#138832133Tuesday, July 01, 2014 5:19 AM GMT

Help?
Dark_Yugi
#138837068Tuesday, July 01, 2014 6:24 AM GMT

Please help me.
Dark_Yugi
#138895470Tuesday, July 01, 2014 8:37 PM GMT

bump

    of     1