of     1   

RealistK
#139203176Friday, July 04, 2014 11:00 AM GMT

So in my game The Assassins Code, I have armors for certain levels and when you take them you cannot buy wapeons etc anymore. Level doors don't work anymore and VIP doors also don't work for you anymore. The shop is not a GUI, when you walk on a button and you have enough gold then you get the weapon. Can anyone help me with this? I made a model called Morph for the armor, and you can take it and maybe look at it. Thanks! :D
RealistK
#139210104Friday, July 04, 2014 2:04 PM GMT

bump
Thermobaric
#139211248Friday, July 04, 2014 2:22 PM GMT

I hope you don't expect us to guess what is your script though.
RealistK
#139211635Friday, July 04, 2014 2:28 PM GMT

I do, I have no idea in which script the problem could be since I am still earning to script, so I can't really find it myself. :F
RealistK
#139211678Friday, July 04, 2014 2:28 PM GMT

ooh like that, it's in the morph model like I said, but I do not know which script it is. :p
RealistK
#139247489Friday, July 04, 2014 9:32 PM GMT

bump
ZQFMGB12
#139247942Friday, July 04, 2014 9:36 PM GMT

Are you getting any output messages?
RealistK
#139249585Friday, July 04, 2014 9:52 PM GMT

It does just work, but I can't buy anything anymore. I think it unlinks you as a player and your leaderboard stats are not found or something. So I don't think I will get an error.
RealistK
#139403979Sunday, July 06, 2014 7:58 AM GMT

This forum so crowded e.e...
AnonyAnonymous
#139404214Sunday, July 06, 2014 8:02 AM GMT

Well, considering the difference in timezones, it's quite common to see threads appear when many of the "Volunteers" are off the computer.
pointsz
#139404918Sunday, July 06, 2014 8:15 AM GMT

It is cuz the armor touches the VIP door etc, try making the whole armor when putted on, cancollide.
kalkara
#139405230Sunday, July 06, 2014 8:20 AM GMT

RealistK your problem may be that the morph gives an error when you step on the block because assuming your script is along the lines of script.Parent.Touched:connect(function(hit) local P = game.Players:GetPlayerFromCharacter(hit.Parent) if P.leaderstats.Level == "100" then script.Parent.CanCollide = false wait(2) script.Parent.CanCollide = true end Then the part may be touching the armor and trying to refer to hit.Parent as your characters model in the workspace when in reality it may be referring to your characters arm or whatever part of the model it may have touched. If that's the case then you will need to make the script check if its touched by armor or a character.
RealistK
#139552666Monday, July 07, 2014 6:49 PM GMT

It had a humanoid in it, figured it out already. Thanks tho :)

    of     1