I need some advise

Alright this is my first time making a game. I don’t know what I should do for payment because I don’t know how much is a good payment and I don’t know where I will get like 100k robux from. Should I buy it? Should I raise money for that? Or should I find investors for that please tell me because my team is falling apart thanks

I would recommend doing commissions to save up money, or trying to do a couple of small games. Investors mean you have to forfeit your profit and aren’t really needed, while the buying rates for Robux are ridiculous compared to Devex rates.

3 Likes

Thank you for giving me some advise

Or just do a % but that’s kinda a bad idea because if your game fails you will owe your devs the % that you said, and will go in to debt. Basically any payments in robux you get in the future you have to pay back to them.

1 Like

Never, never, never buy Robux. It is insanely overpriced and is much easier to earn. My advice is pay in percentage or get an investment. If none of those work then save up Robux.

2 Likes

Use this for Hackers
local plr = game.Players.LocalPlayer
plr.CharacterAdded:Connect(function(char)
died = false
char.Humanoid.Died:Connect(function()
died = true
end)
print(‘done’)
repeat wait() while wait() do if char.Humanoid.WalkSpeed ~= 16 then plr:Kick(“Why cheating bro”) end if char.Humanoid.JumpPower ~= 50 then plr:Kick(“Why you keep cheating”) end
end)