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

How do I test my robux to code without any robux?

Asked by 3 years ago

So my friend has a Discord Server and you pay robux to get a code to dm the bot and it gives you a role. I'm not sure how I'd test this because im not as good as my friend at scripting

game.ReplicatedStorage.GetCode.OnClientEvent:Connect(function(p1)
    script.Parent.Parent.TextBox.Text = p1;
end);
script.Parent.Activated:Connect(function()
    game.ReplicatedStorage.Prompt:FireServer();
end);
1
As far as im concerned if you are playtesting in roblox studio then you cant get charged for things like this. If you want a way around this then just add a brick with a click detector or a gui with a text button that will give you the code kingtasaz123 6 — 3y

1 answer

Log in to vote
1
Answered by 3 years ago

If you publish your game, in roblox studio you can test your game passes and it doesn't charge roblox it just says. This is a test purchase you won't be charged any Robux

Ad

Answer this question