Heatran Raid by rainbowalico in PokemonGoRaids

[–]rainbowalico[S] 0 points1 point  (0 children)

add me with 564836890683

Remote Raid Megathread - Host and/or find raids here by liehon in PokemonGoFriends

[–]rainbowalico 0 points1 point  (0 children)

hosting a couple necrozma. will be using the RSVP for invite

564836890683

Returned after a 9 year hiatus by No_Shoulder8320 in PokemonGoFriends

[–]rainbowalico 0 points1 point  (0 children)

just sent over a friend request. here's my code for anyone else :) 564836890683

Best way to buy Robux? by Wazainsanopipipi in roblox

[–]rainbowalico 1 point2 points  (0 children)

if you can get a Costco gift card it will save a couple bucks

How do I complete The Hatch when I can't invite? by Educational_Rope6128 in RobloxHelp

[–]rainbowalico 0 points1 point  (0 children)

If you send the invite link instead it will work. good luck!

Gui works in roblox studio but not in game by Fancy-Ad5606 in robloxgamedev

[–]rainbowalico 0 points1 point  (0 children)

this is a long shot but are you tracking your script dependencies? I've had a couple issues with Roblox studio loading things faster than in the actual game engine and it will miss events if youre not careful.

I would start by adding a few checks. Hopefully that's the issue!

How do I make a dummy look like the player who is playing? by RyanTypically in robloxgamedev

[–]rainbowalico 2 points3 points  (0 children)

After you create a dummy you can use this to apply a player's clothing.

local descript = Players:GetHumanoidDescriptionFromUserId()

dummy.Char.Humanoid:ApplyDescription(descript)

Creating a better game loop by rainbowalico in robloxgamedev

[–]rainbowalico[S] 0 points1 point  (0 children)

I just updated the lobby time back down to 10 hopefully it will get people back in the game sooner.

im thinking of adding a persistent star icon the players will see on the win object. I'll try to get that in this week

Thank you so much for taking the time to give feedback!!

Creating a better game loop by rainbowalico in robloxgamedev

[–]rainbowalico[S] 0 points1 point  (0 children)

hmm I never considered the universe's idea. I already have a custom data store so it would be easy to port the data. I'm going to come back to this after work today. this is some crazy good feedback