xLAMARx
|
  |
| Joined: 24 Apr 2014 |
| Total Posts: 1127 |
|
|
| 17 Jun 2014 05:12 PM |
I need help to make a script that will show you if you bought vip, for example : Over head Vip Icon when Gamepass bought." How do i do that? Please help me! Thankyou -~~ Lamar |
|
|
| Report Abuse |
|
|
|
| 17 Jun 2014 05:14 PM |
Do you know anything about scripting? I'll ask this since this is your first post and you said "help me make", and we don't make scripts for people here. |
|
|
| Report Abuse |
|
|
xLAMARx
|
  |
| Joined: 24 Apr 2014 |
| Total Posts: 1127 |
|
| |
|
|
| 17 Jun 2014 05:17 PM |
Well, you'll have to learn how to script, but I'll tell you what you will need to use to do what you want:
if Game:GetService("GamePassService"):PlayerHasPass(player, id) then
end
This will check if the player has the gamepass
You would need to make a gui appear or something to tell the player he has the pass. |
|
|
| Report Abuse |
|
|
xLAMARx
|
  |
| Joined: 24 Apr 2014 |
| Total Posts: 1127 |
|
|
| 17 Jun 2014 05:18 PM |
What's this for? Cmon man im new to scripting. ;/ I dont know what that means even xD |
|
|
| Report Abuse |
|
|
|
| 17 Jun 2014 05:25 PM |
XD.
Go read the tutorials:
Roblox.Wiki Lua.Org
My own tutorials:
Simply remove the 6 exlamation marks to get the link to work.(because it's an offsite link.) vyew.!!com/room#/52996!!/Sonic%27s_Scripting_Room!!
Or go look up "roblox scripting tutorials" on youtube, and you should find some channels. |
|
|
| Report Abuse |
|
|
xLAMARx
|
  |
| Joined: 24 Apr 2014 |
| Total Posts: 1127 |
|
|
| 17 Jun 2014 05:31 PM |
| Cant you just help me script it? please |
|
|
| Report Abuse |
|
|
xLAMARx
|
  |
| Joined: 24 Apr 2014 |
| Total Posts: 1127 |
|
| |
|
Tynexx
|
  |
| Joined: 11 Jul 2012 |
| Total Posts: 1559 |
|
|
| 17 Jun 2014 06:28 PM |
idk if this works.
game.Players.PlayerAdded:connect(function(p) p.CharacterAdded:connect(function(c) if c.T-Shirt.T-ShirtTemplate = "http://www.roblox.com/asset/?id=1233432" then local gui = game.Lighting.Gui gui:Clone().Parent = c.Head end end) end)
The properties need editing, sorry but I didn't do this in studio. |
|
|
| Report Abuse |
|
|
xLAMARx
|
  |
| Joined: 24 Apr 2014 |
| Total Posts: 1127 |
|
| |
|
xLAMARx
|
  |
| Joined: 24 Apr 2014 |
| Total Posts: 1127 |
|
| |
|
|
| 18 Jun 2014 11:33 AM |
You can't just goto this forum for free scripts. MAKE THEM YOURSELF! |
|
|
| Report Abuse |
|
|
xLAMARx
|
  |
| Joined: 24 Apr 2014 |
| Total Posts: 1127 |
|
| |
|
|
| 18 Jun 2014 11:53 AM |
| Still learn. We all start somewhere but here is a bad place. |
|
|
| Report Abuse |
|
|
xLAMARx
|
  |
| Joined: 24 Apr 2014 |
| Total Posts: 1127 |
|
|
| 18 Jun 2014 12:01 PM |
| please just help me make this script , i want help only one time. PLS.;c |
|
|
| Report Abuse |
|
|
xLAMARx
|
  |
| Joined: 24 Apr 2014 |
| Total Posts: 1127 |
|
| |
|
|
| 18 Jun 2014 12:43 PM |
| we'll begin to help you once you can be bothered to at least attempt to do it yourself. |
|
|
| Report Abuse |
|
|
xLAMARx
|
  |
| Joined: 24 Apr 2014 |
| Total Posts: 1127 |
|
|
| 18 Jun 2014 12:45 PM |
i started the script but dont know what to do now
|
|
|
| Report Abuse |
|
|
|
| 18 Jun 2014 12:45 PM |
roblox wiki cookbook
go learn, you either learn, or don't
if you don't, then you don't have scripts in your game, simple as that |
|
|
| Report Abuse |
|
|
xLAMARx
|
  |
| Joined: 24 Apr 2014 |
| Total Posts: 1127 |
|
|
| 18 Jun 2014 12:46 PM |
gui=Instance.new("BillboardGui") gui.Parent=newPlayer.Character.Head gui.Adornee=newPlayer.Character.Head gui.Size=UDim2.new(3,0,3,0) gui.StudsOffset=Vector3.new(0.5,2,0) text=Instance.new("ImageLabel") text.Image = "http://www.roblox.com/asset/?id=161894987" text.Size=UDim2.new(1,0,1,0) text.Position=UDim2.new(-0.125,0,-0.25,0) text.BackgroundTransparency = 1 text.Parent=gui end |
|
|
| Report Abuse |
|
|
xLAMARx
|
  |
| Joined: 24 Apr 2014 |
| Total Posts: 1127 |
|
| |
|
xLAMARx
|
  |
| Joined: 24 Apr 2014 |
| Total Posts: 1127 |
|
| |
|
xLAMARx
|
  |
| Joined: 24 Apr 2014 |
| Total Posts: 1127 |
|
| |
|
xLAMARx
|
  |
| Joined: 24 Apr 2014 |
| Total Posts: 1127 |
|
| |
|