|
| 18 Jun 2016 08:48 AM |
i cant open a gui from a part.. like i want when you touch the part it open the gui q.q help me xdddd
ƇяєαтσяωσяƖɗ |
|
|
| Report Abuse |
|
|
|
| 18 Jun 2016 08:53 AM |
You could do this either through the client or through the server. If your game has filter enabled then you should do it through the server. |
|
|
| Report Abuse |
|
|
XBLAX
|
  |
| Joined: 06 Apr 2012 |
| Total Posts: 82 |
|
|
| 18 Jun 2016 08:55 AM |
script.Parent.Touched:connect(function(otherPart) local gui = script.Parent.Gui:Clone() local Player = otherPart.Parent:GetPlayerFromCharacter() gui.Parent = Player.PlayerGui end) |
|
|
| Report Abuse |
|
|