of     1   

iZug
#193982439Monday, July 18, 2016 9:28 PM GMT

I'm trying to make a "hunting" game, where it's like a scavenger hunt, and the question is, how do I get it so that when you collect an item, it show's up on your gui, and no one else? I have made a script that shows the image, but unfortunately, I only have it so that it lights up on everyone's screen, seeming like everyone got it, which is not how I want it. It's a bit hard to explain, I want help with a script that makes it so that when you collect an item, it makes the image on your gui light up, but only yours (the collector's), and no one else's. Thanks. If you try hard enough, there is always a way to ayy.
greenmaxy
#193982528Monday, July 18, 2016 9:29 PM GMT

Could I see your script?
iZug
#193994841Tuesday, July 19, 2016 12:20 AM GMT

so it's like this. item>script. function onTouched(hit) game.Players.Player1.PlayerGui.ScreenGui.ScrollingFrame.ImageLabel.ImageTransparency=0 end script.Parent.Touched:connect(onTouched) this script is connected to the screengui which contains a scrollingFrame>image it's very basic, as it's all I know. So far, it works, so that the image is clear, only when you collect this, but it shows up for everyone, I only want the collector to achieve the collection gui. thanks! If you try hard enough, there is always a way to ayy.
greenmaxy
#194038930Tuesday, July 19, 2016 4:10 PM GMT

You shouldn't use player1 you need a way to access the hunter's name.
greenmaxy
#194038963Tuesday, July 19, 2016 4:11 PM GMT

If you want I could go into team create with you and see whats wrong.

    of     1