Xasix
|
  |
| Joined: 16 May 2012 |
| Total Posts: 1073 |
|
|
| 11 Sep 2016 01:55 PM |
This doesn't work, it's supposed to check to see if the player has the asset and then make the TempleInfo frame visible
game.Players.PlayerAdded:connect(function(plr) if plr:OwnsAsset(475062341) then script.Parent.Parent.StarterGui.TempleInfo.Frame.Visible = true end end)
Xasix | Ex-Assist |
|
|
| Report Abuse |
|
|
Xasix
|
  |
| Joined: 16 May 2012 |
| Total Posts: 1073 |
|
| |
|
|
| 11 Sep 2016 01:58 PM |
remove the playeradded event
Ever wanted to learn how to script? Check out my YouTube channel: youtube.com/austintheslayer Want to see me code in action? Follow my twitch: twitch.tv/austinrblx |
|
|
| Report Abuse |
|
|
|
| 11 Sep 2016 01:58 PM |
script.Parent.Parent.StarterGui
PlayerGui
also why playerAdded
both of these things are what is wrong -.- |
|
|
| Report Abuse |
|
|
|
| 11 Sep 2016 01:59 PM |
yeah startergui too
https://www.youtube.com/watch?v=txcHH11-3v8
Ever wanted to learn how to script? Check out my YouTube channel: youtube.com/austintheslayer Want to see me code in action? Follow my twitch: twitch.tv/austinrblx |
|
|
| Report Abuse |
|
|
Xasix
|
  |
| Joined: 16 May 2012 |
| Total Posts: 1073 |
|
|
| 11 Sep 2016 02:00 PM |
"unknown global plr"
Xasix | Ex-Assist |
|
|
| Report Abuse |
|
|
|
| 11 Sep 2016 02:00 PM |
define player
Ever wanted to learn how to script? Check out my YouTube channel: youtube.com/austintheslayer Want to see me code in action? Follow my twitch: twitch.tv/austinrblx |
|
|
| Report Abuse |
|
|
Xasix
|
  |
| Joined: 16 May 2012 |
| Total Posts: 1073 |
|
|
| 11 Sep 2016 02:01 PM |
local plr = game.Players.LocalPlayer
is that it
Xasix | Ex-Assist |
|
|
| Report Abuse |
|
|
|
| 11 Sep 2016 02:04 PM |
try it
Ever wanted to learn how to script? Check out my YouTube channel: youtube.com/austintheslayer Want to see me code in action? Follow my twitch: twitch.tv/austinrblx |
|
|
| Report Abuse |
|
|
Xasix
|
  |
| Joined: 16 May 2012 |
| Total Posts: 1073 |
|
|
| 11 Sep 2016 02:07 PM |
doesnt work
Xasix | Ex-Assist |
|
|
| Report Abuse |
|
|
|
| 11 Sep 2016 02:09 PM |
wait ugh its
marketplaceservice:PlayerOwnsAsset(player, assetid)
Ever wanted to learn how to script? Check out my YouTube channel: youtube.com/austintheslayer Want to see me code in action? Follow my twitch: twitch.tv/austinrblx |
|
|
| Report Abuse |
|
|
Xasix
|
  |
| Joined: 16 May 2012 |
| Total Posts: 1073 |
|
|
| 11 Sep 2016 02:16 PM |
define player please
Xasix | Ex-Assist |
|
|
| Report Abuse |
|
|
|
| 11 Sep 2016 02:17 PM |
"local plr = game.Players.LocalPlayer"
Ever wanted to learn how to script? Check out my YouTube channel: youtube.com/austintheslayer Want to see me code in action? Follow my twitch: twitch.tv/austinrblx |
|
|
| Report Abuse |
|
|