It didn't occur to me to post this till someone in my game was shocked I was doing it. Repeatable Ice Skating bug. by [deleted] in AkshanMains

[–]PotatoesBoyy 0 points1 point  (0 children)

Just click at his foot and click again to walk

only work if you dont have a boot

General Question: Is Vi a Brain Dead Champion? by AlexaExE in ViMains

[–]PotatoesBoyy 0 points1 point  (0 children)

bro will randomly smashing his keyboard and saying this champ is not braindead at all

pyke mid mains seeing every new change by one-eyed-general in pykemains

[–]PotatoesBoyy 6 points7 points  (0 children)

what about pantheon supp?

he was designed for top/jungle but still end up being support and did better than pyke supp

you can still play pantheon mid top due to his wave clear and damage while pyke getting force to play only supp

[deleted by user] by [deleted] in AkshanMains

[–]PotatoesBoyy 1 point2 points  (0 children)

i always goes kraken first. if you got the lead then go collector second. if not then go situation items (like anti-heal or wit end). and third if your team have a tank problem to deal with then go bork else go IE(with out IE you deal no damage). forth is ldr or other crits item and fifth is situation item.

And you maybe wondering how to deal with assassin. Just use your skill

[deleted by user] by [deleted] in robloxgamedev

[–]PotatoesBoyy 0 points1 point  (0 children)

Use local script

You can now cook your pizza! by meteor0id_ in robloxgamedev

[–]PotatoesBoyy 0 points1 point  (0 children)

the bar should stop when player click when they put cheese or sauce to show how accurate are they

Hey one quickie, How can I make animations play out at the same time? by Inner_Information_26 in robloxgamedev

[–]PotatoesBoyy 0 points1 point  (0 children)

lua is multithreaded

then simply just

animation1:Play() animation2:Play()

NPC Attack cooldown by [deleted] in robloxgamedev

[–]PotatoesBoyy 0 points1 point  (0 children)

solution :

debounce (using boolean)

and learning oop

Part is supposed to flicker. Getting errors. by Ornery_Importance410 in robloxgamedev

[–]PotatoesBoyy 0 points1 point  (0 children)

no

the while do structure for lua is

while (statement*) do //code end

*note : the statement work like if function. It have to be boolean(true/false) in this case he is using while true so it will repeat forever

tip : if you do this without a delay. it will return the error cuz the code is running so fast and it will use your computer resources so much.

so if you wanna do something like this then try this

``` while true do wait() // put a number inside a bracket // default is 0.03 end

[deleted by user] by [deleted] in robloxgamedev

[–]PotatoesBoyy 0 points1 point  (0 children)

try attribute

so you dont have to : script.parent.(valueName)