How to script FREE REWARDS like Pet Simulator 99 (tutorial)

  Рет қаралды 2,813

Rileybytes - Roblox

Rileybytes - Roblox

Күн бұрын

Пікірлер: 78
@Rileybytes
@Rileybytes Ай бұрын
Model link of scripts if you are struggling: create.roblox.com/store/asset/18951176949/Rileybytes-Free-Rewards-System Also reply to this what else you want me to make!
@BoulderPro17
@BoulderPro17 Ай бұрын
Can you give an file to the Ui you made?
@Rileybytes
@Rileybytes Ай бұрын
@@BoulderPro17 check the pinned comment for scripts, UI is only from tutorial
@jackfletcher316
@jackfletcher316 29 күн бұрын
Link not working :( - seem to be struggling with this. Can't get buttons to load within the UI (no errors in console either) - Able to assist?
@Rileybytes
@Rileybytes 29 күн бұрын
@@jackfletcher316 ok weird, what happens when you click the link? if we can get that working that would be the best fix
@jackfletcher316
@jackfletcher316 28 күн бұрын
@@Rileybytes found a fix by pointing the button to playergui instead as it was defaulting to starter gui: -- References local Remotes = ReplicatedStorage.Remotes local Player = Players.LocalPlayer local PlayerGui = Player.PlayerGui local GUI = script.Parent.Parent local PlaytimeRewards = PlayerGui:WaitForChild("PlaytimeRewards") local RewardsWindow = GUI:WaitForChild("Rewards") local RewardsButton = GUI:WaitForChild("RewardsButton") local ButtonHolder = RewardsWindow:WaitForChild("Buttons") local ButtonLocation = PlayerGui:WaitForChild("PlaytimeRewards"):WaitForChild("Rewards"):WaitForChild("Buttons") local PrefabButton = ReplicatedStorage.Objects:WaitForChild("RewardClaim")
@sayayejay716
@sayayejay716 Ай бұрын
Mythic tier tutorials! Constantly looking forward to the next one!
@spacestationapps
@spacestationapps Ай бұрын
This tutorial is actually amazing whaaat!?! No one else ever goes over exploiter protection in tutorials
@IcedLatter
@IcedLatter Ай бұрын
you deserve a subscription!! best tutorials
@scoobertdoovan
@scoobertdoovan Ай бұрын
Let's gooo part 2!!
@superhandsgaming
@superhandsgaming Ай бұрын
You are amazing at UI and scripting! I think you should start making videos of how to remake UI styles from different games.
@Rileybytes
@Rileybytes Ай бұрын
Thank you! What games do you think would be good to redo UI?
@superhandsgaming
@superhandsgaming Ай бұрын
@@Rileybytes Maybe more pet simulator 99 UI and other simulator games that have a cartoony style.
@progamer-vs1cr
@progamer-vs1cr Ай бұрын
W! I was able to understand everything.
@Rileybytes
@Rileybytes Ай бұрын
That's great to hear! I hope you liked it
@nickfrusso
@nickfrusso Ай бұрын
This is the tutorial I've been looking for!
@Rileybytes
@Rileybytes Ай бұрын
Glad it could help!
@aydensmith8859
@aydensmith8859 Ай бұрын
you should totally make a tutorial for a spinning prize wheel, nobody has really made a great tutorial and looking at the quality of yours I bet it'd be pretty good
@Rileybytes
@Rileybytes Ай бұрын
that's a banger of an idea, I'm definitely doing that!!
@Moon_Playz12
@Moon_Playz12 Ай бұрын
i would really love to see you recreate pet sim 99 pet system like the breaking coins script
@Rileybytes
@Rileybytes Ай бұрын
@@Moon_Playz12 on it!
@TKJOutdoors
@TKJOutdoors Ай бұрын
this literally helped me so much bro!
@LevyGabriel2205
@LevyGabriel2205 Ай бұрын
GOOD UI
@GGSolved
@GGSolved Ай бұрын
w
@AggelosKriaras-zq3eq
@AggelosKriaras-zq3eq Ай бұрын
Just a clarification, playtime rewards aren't meant to be saved. They are made to make sessions bigger. What's the point if they save?? None of the known games save them
@Rileybytes
@Rileybytes Ай бұрын
You're absolutely right, when they first appeared on Roblox that was the only goal. Pet Sim 99 is the only one I know of that saves, and my thought is that they do it to increase session AND D1 retention. Roblox algorithm's highest valued stats are D1R and ARPPU, yes session time is important, but once it's high enough it isn't weighted more than D1R. If you can hook players with a good reward structure, then forgive them if they come back in the same day, it adds an extra incentive to return again and again. So in this case, I'd rather have the player encouraged to play for three 30 min sessions in one day then leave after a 45 min session and give up on the rewards. (it creates a pattern so they're more likely to play again tomorrow, plus it boosts session time above the mean, which is what you want!)
@AggelosKriaras-zq3eq
@AggelosKriaras-zq3eq Ай бұрын
Yea. That's definitely a good strategy. Thanks for the response!
@Anotha_Day
@Anotha_Day Ай бұрын
yo i was stuck and this helped me soooooooooooooo much
@Rileybytes
@Rileybytes Ай бұрын
I am so glad it could help you out man. Love the mullet!
@1Tz4
@1Tz4 26 күн бұрын
@Rileybytes Amazing tutorial but there is an error, when the player leaves the game by pressing alt+f4 or closing the game in the windows red X rewards automatically Unblocks and is ready to redeem.
@Rileybytes
@Rileybytes 26 күн бұрын
@@1Tz4 hm okay, I think a fix could be every 30 seconds loop through all active players and close the PlayerDataList for players who have left the game.
@ertanayaman
@ertanayaman Ай бұрын
you forgot the circular progress bar
@Rileybytes
@Rileybytes 24 күн бұрын
Good catch, it was a little complicated for an already long series, so I’ll have to make a separate video about it
@ertanayaman
@ertanayaman 24 күн бұрын
@@Rileybytes Keep making videos man, you're good at it.
@Rileybytes
@Rileybytes 24 күн бұрын
@@ertanayaman thank you!
@TehEpicDuckYT
@TehEpicDuckYT 9 күн бұрын
I keep getting an error on line 102 saying attempt to compare nil < number, it randomly happened and i never changed anything
@Rileybytes
@Rileybytes 8 күн бұрын
Check on the pinned comment, there is a model of the scripts! You might have to compare yours vs mine to find the bug.
@Soupsy3
@Soupsy3 Ай бұрын
Remember me when you’re famous ok? 🥺 (ALSO please help me make a Random generation game kind of like doors or Pressure but in space. Please I need help with scripting you can have 60% profits.)
@1Tz4
@1Tz4 26 күн бұрын
loool
@alphaboyplayz7342
@alphaboyplayz7342 25 күн бұрын
i followed full gui tutorial, then added these script and it dosnt work
@Rileybytes
@Rileybytes 25 күн бұрын
@@alphaboyplayz7342 I’m sorry that happened! I will give you the Model with all the scripts in it, please try these and let me know if it works better create.roblox.com/store/asset/18951176949/Rileybytes-Free-Rewards-System
@alphaboyplayz7342
@alphaboyplayz7342 25 күн бұрын
@@Rileybytes yeah, this is what i used, the pre-made scripts didnt work for me. i dont know if its the GUI i made but it dosnt function
@Rileybytes
@Rileybytes 25 күн бұрын
@@alphaboyplayz7342 www.roblox.com/games/116084939721975/Free-Rewards-UI-Tutorial-by-Rileybytes Huh that is a weird problem. Here is a link to the GUI and the scripts. Once you're on the page, click the 3 dots and then Edit in Studio. After that you can compare it to what you have! I recommend just using it to find the problem in your own version, that will help you improve the most
@DeBreFamily
@DeBreFamily 24 күн бұрын
@@Rileybytesme again I copied paste it and still getting and infinite yield. I check the spelling this time my Rewards match with my Rewards Frame but I don’t get it
@Rileybytes
@Rileybytes 24 күн бұрын
Is the script inside a folder in the GUI called “Scripts”? If the scripts are fine , the only thing that can be wrong is the layout in the explorer. Try double checking all of your items layouts under the ScreenGui
@jackfletcher316
@jackfletcher316 28 күн бұрын
How to close these windows from another UI e.g. open gamepass shop and want to close these reward windows automatically?
@Rileybytes
@Rileybytes 28 күн бұрын
My next tutorial is how to do windows! I will send you a link as soon as it's done.
@ItzYakudza
@ItzYakudza Ай бұрын
why you dont use modules?
@Rileybytes
@Rileybytes Ай бұрын
@@ItzYakudza Usually I do, but for a tutorial I stick to individual scripts. But part 3 of this series is about how to animate the UI, and that uses modules more
@botnumb39
@botnumb39 Ай бұрын
What editing software do u use
@Rileybytes
@Rileybytes Ай бұрын
@@botnumb39 I use adobe premiere 2024
@69Mongo69
@69Mongo69 Ай бұрын
can i use the image pack even if i found it online for free?
@Rileybytes
@Rileybytes Ай бұрын
Legally I have to say you should buy the pack. But your actions are your own
@skeletonluna1197
@skeletonluna1197 18 күн бұрын
Does it reset every day?
@Rileybytes
@Rileybytes 17 күн бұрын
yes it does!
@mostlyrob3469
@mostlyrob3469 Ай бұрын
Can we get the place file link pls
@Rileybytes
@Rileybytes Ай бұрын
I'm making a website to put it on
@Rileybytes
@Rileybytes Ай бұрын
check my pinned comment
@GamerRealFR
@GamerRealFR 20 күн бұрын
How to script🤔
@Rileybytes
@Rileybytes 8 күн бұрын
^ facts
@GamerRealFR
@GamerRealFR 8 күн бұрын
@@Rileybytes yeeee
@inuel
@inuel Ай бұрын
this guy is bad (saving bro from big games)
@Rileybytes
@Rileybytes Ай бұрын
I just steal their secrets and give them to the people
@spacestationapps
@spacestationapps Ай бұрын
big games don't hire him,!
@bdiour.
@bdiour. 25 күн бұрын
Is there any way I can contact you for help? I got the system to work but I want it to instead of money reward the player "Grade" leaderstat value. And also instead of the RewardsButton I want the menu to open from my own menu button named "openPlaytime" which I was able to do but for it to work I have to move the Rewards frame into a separate gui named menuGUI which of course means the scripts aren't working because it looks for GUI and RewarsButton, and also updates money not Grade. I tried multiple different things I cant figure it out. PLEASE HELPP
@Rileybytes
@Rileybytes 24 күн бұрын
Hi! I try to reply to every comment so I can help you here. This is a great test, because figuring this out will help you learn a ton about scripting! I can give you some general steps to do to help you figure this out. Here are a few things to do: 1. Change the references that say ‘local GUI = script.Parent.Parent’ to point towards your menuGUI. You’ll have to figure out how many layers deep the scripts are inside the menuGUI. Think of it like a cake - you have to know how many layers are on top of the script to find the surface! Then make the references: ‘local menuGUI = script.Parent.Parent….’ - add as many ‘.Parent’ as you need. 2. To award Grade instead of Money, go in RewardsManager. Instead of creating a new leader stats value in there, say “leaderstats:FindFirstChild(“Grade”)
@luisthemurder
@luisthemurder 14 күн бұрын
@@Rileybytes Hey, I implemented your script into my datastore to make it give my own currency but for some reason it gives 'fake' currency, for example i would change the amount it gives me from 5 to 5000, then when i go to claim it, it says it gives me 5000 but it really gives me 5, is this part of the exploiter protection? (lmk if i dont make sense lol)
How to make PERFECT UI Animations (Pet Sim 99 Style) - Part 3
16:53
Rileybytes - Roblox
Рет қаралды 3,7 М.
Doing Your Roblox Speedrunning Challenges
10:36
Remainings
Рет қаралды 655 М.
Как подписать? 😂 #shorts
00:10
Денис Кукояка
Рет қаралды 3,8 МЛН
отомстил?
00:56
История одного вокалиста
Рет қаралды 4,8 МЛН
А ВЫ ЛЮБИТЕ ШКОЛУ?? #shorts
00:20
Паша Осадчий
Рет қаралды 6 МЛН
They Dared Me To Make A Game...
12:08
Daniel Krafft
Рет қаралды 1,1 МЛН
I Sent a Friend Request to 1,000 Old Roblox Users
13:03
Redshift
Рет қаралды 222 М.
How To Make A MINI MAP in ROBLOX STUDIO
8:23
Lennert
Рет қаралды 1,1 М.
What Is The Best AI For Roblox Studio Scripting?
10:42
RoDev
Рет қаралды 441 М.
I Spent 2,000 Hours Using Scratch
13:59
ggenije
Рет қаралды 590 М.
I Paid 10$ VS 1000$ For A ROBLOX SIMULATOR
8:02
Bubblx
Рет қаралды 28 М.
I spent 500 DAYS Building My Roblox Game!
14:21
DeHapy
Рет қаралды 1,1 МЛН
i stream sniped kreekcraft 😈😈
6:05
lolcat
Рет қаралды 3,3 МЛН
How players pushed a Merging game to its limit
17:22
SlashedPort
Рет қаралды 1,6 МЛН
I Tested Bonzi Buddy Against My Real PC
12:29
Crypto NWO
Рет қаралды 295 М.
Как подписать? 😂 #shorts
00:10
Денис Кукояка
Рет қаралды 3,8 МЛН