of     1   

Aovis
#183364237Thursday, February 11, 2016 4:35 AM GMT

ClassName = "LocalScript" function onTouch(part) local UI = script.Parent.ScreenGui:Clone() UI.Parent = game.Players.LocalPlayer end script.Parent.Touched:connect(onTouch)
HexC3D
#183364353Thursday, February 11, 2016 4:38 AM GMT

Your mixing up the use of a local script and an actual script. Use a script make sure to use methods such as to actually get the player. GetPlayerFromCharacter() Right now your code is not correct but you have the some-what of the right idea.

    of     1