|
| 07 Aug 2013 02:15 AM |
| Can someone write a script where someone buys your gamepass or VIP shirts and a little GUI appears in front of your screen only? |
|
|
| Report Abuse |
|
|
blocco
|
  |
| Joined: 14 Aug 2008 |
| Total Posts: 29474 |
|
| |
|
ZachBloxx
|
  |
| Joined: 26 Jun 2013 |
| Total Posts: 2833 |
|
|
| 07 Aug 2013 02:17 AM |
Not going to write it for you, figure it out yourself:
http://wiki.roblox.com/index.php/GamePassService |
|
|
| Report Abuse |
|
|
Voidion
|
  |
| Joined: 01 Aug 2011 |
| Total Posts: 2668 |
|
|
| 07 Aug 2013 02:17 AM |
http://wiki.roblox.com/index.php/Game_Pass http://wiki.roblox.com/index.php/Beginner%27s_GUI_Tutorial |
|
|
| Report Abuse |
|
|
|
| 07 Aug 2013 02:24 AM |
| What about the GUI appearing to owner? |
|
|
| Report Abuse |
|
|
ZachBloxx
|
  |
| Joined: 26 Jun 2013 |
| Total Posts: 2833 |
|
|
| 07 Aug 2013 02:24 AM |
| gui:Clone().Parent = player.PlayerGui |
|
|
| Report Abuse |
|
|
|
| 07 Aug 2013 02:34 AM |
| Where to add that guiClone? |
|
|
| Report Abuse |
|
|
| |
|
ZachBloxx
|
  |
| Joined: 26 Jun 2013 |
| Total Posts: 2833 |
|
|
| 07 Aug 2013 03:21 AM |
| i pwn telamon and took his powas |
|
|
| Report Abuse |
|
|
|
| 07 Aug 2013 03:28 AM |
| Lol, I have this script that he wants. |
|
|
| Report Abuse |
|
|
|
| 07 Aug 2013 03:31 AM |
I think he wants this, But he cant have it 3:>
passid = 0 --gamepass ID
game.Players.PlayerAdded:connect(function(plyr) if game:GetService("GamePassService"):PlayerHasPass(plyr, passid) then then game:GetService("Lighting").Gui.Clone().Parent = plyr.PlayerGui elseif not game:GetService("GamePassService"):PlayerHasPass(plyr, passid) then print("HAHA NOPE") end end) |
|
|
| Report Abuse |
|
|
| |
|
|
| 15 Aug 2013 04:39 AM |
It shows me the script: http://wiki.roblox.com/index.php/Game_Pass Where to add the Gui.Parent Clone people? |
|
|
| Report Abuse |
|
|