Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

I want this script to repeat. When I add repeat in it doesn't work?

Asked by 8 years ago
  game.Players.PlayerAdded:connect(function(player)
  if game:GetService("MarketplaceService"):PlayerOwnsAsset(player, 463912717)then
  local  h = game.ServerStorage.ScreenGui:Clone()
  h.Parent = player.PlayerGui
  end
  end)

It is kind of like those games where you can buy 500 coins, it gives you automatically and you don't have to rejoin.

Answer this question