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

Free Game Access to certain people and Rewards if Game Access bought?

Asked by 10 years ago

I would like to ask you's guys, how would I make a script that would allow certain people into the game without paying the Game Access? I'm making a Dangerous Sea World Game and currently it's in testing mode, I would like for my staff to access it for free, I heard that you could do that in the Forums... my guess is to do something like this.

findPlayers = ("Kapitanovaskapandr","AnotherNameHere","ETC")
(The Player List above) = Admins

function if Admin then
GetMarketPlaceService:(game Id here).remove() else if
player then
--do normal functions here...

am no good scripter but I sometimes give it a shot at impossible things for me to do.

and then another thing I would like is, Rewarding function... I guess it would be like this

GetPlayers:()
onGameAccess:removed()

if player.Purchased(game Id here. GameAccess) then
game.Lighting.findFirstChild(Rewards)
wait()
Math.Random(1,5)
--then tell the system depending on the number of the prize, the prize would be cloned or added to leaderstats or whatever...

cos am planning on giving players rewards if they buy the Game Access so that when I remove the Game Access they get their Reward, and also if possible a GUI would be nice like a Roulette spins and then stops at your reward. Thanks for listening.

0
I found a solution to this! about rewards... you have to make a welcome badge and players will recieve it, but then remove the badge from the game (am sure you can do that) then for rewards just check if player has that badge (I saw it somewhere about looking for badges) then those who have that badge just say add.value.Money etc you know wat I mean... kapitanovaskapandr 0 — 10y
0
btw if you did multiple 'if' statements would everything be fine? kapitanovaskapandr 0 — 10y

4 answers

Log in to vote
0
Answered by 10 years ago

First of all, if you set Game Access, EVERYONE needs to buy it, to get in the game. There is something called Developer Products, Where you can keep buying the same item in-game. The codes are different, and more confusing. Please refer to this site for more information:

http://wiki.roblox.com/index.php?title=Developer_product

0
so your saying that it's not possible? :/ kapitanovaskapandr 0 — 10y
0
It is not possible to let someone in the game for free. BUT, it is possible to give someone INSIDE the game ANYTHING for free. You can also award things for people who buy stuff from you. fahmisack123 385 — 10y
Ad
Log in to vote
0
Answered by 10 years ago

I'm not that good at scripting but what I would do is make the access free, but when you join unless you have a certain Game Pass then you just spawn there, and can't go anywhere, but if you have the game pass then it counts as a 'Paid Access' of a sort and you get access to the game. But if your one of the staff you get access etc. Hope this helps :)

0
I like the idea, but the thing is that I want it to be more professional-like... but it's still a good idea and make a GUI in there with a Play button and that if person didn't buy the Access then the Button for that person would be black and maybe there would be a lock icon on it and the script would be Disabled = true and especially the tx rates I think are nearly the same, so good idea and tha kapitanovaskapandr 0 — 10y
0
-nks for trying, I wish I could thumbs up but it says I need at least 1 Reputation... kapitanovaskapandr 0 — 10y
0
Np :) Krypticon 20 — 10y
Log in to vote
0
Answered by
c0des 207 Moderation Voter
10 years ago

You actually can do this, but you wouldn't be able to use the ROBLOX-made Paid Access feature. To do so you would need to create an item, such as a gamepass, and title it "Game Access" or something like that. Make the price whatever you want it to be. Now, you would need to make a script inside the game so that when a player enters, it checks if they have the gamepass, or if they are on the alternate entry list (you would put the names of those who can get in for free there).

0
I forgot to mention that if they didn't have the gamepass or weren't on the alternate entry list, then their ROBLOX client would crash. c0des 207 — 10y
0
sadly am bad at scripting :( kapitanovaskapandr 0 — 10y
Log in to vote
0
Answered by 10 years ago

by the way, people don't forget to say something about Rewards if someone buys the Game Access, but I want the rewards to be given after I remove the Access...

0
so no answers??? kapitanovaskapandr 0 — 10y

Answer this question