PoppingPopper
Explore posts from serversRroblox-ts
•Created by PoppingPopper on 5/25/2025 in #help
Why is my model only rotating it's primary part?

33 replies
Rroblox-ts
•Created by PoppingPopper on 1/24/2025 in #help
Weird jittering when moving model over terrain

11 replies
Rroblox-ts
•Created by PoppingPopper on 11/3/2024 in #help
Source and destination must not be the same
33 replies
Rroblox-ts
•Created by PoppingPopper on 11/10/2023 in #help
Is map.values() not available in roblox-ts?

6 replies
Rroblox-ts
•Created by PoppingPopper on 3/6/2023 in #help
Conditional Return Type
arg
of type T
. The function also returns the value of the optional parameter.T
or as T | undefined
based on whether or not arg
is provided?
1 replies
Rroblox-ts
•Created by PoppingPopper on 2/26/2023 in #help
What is this error? How can I resolve it?

8 replies
Rroblox-ts
•Created by PoppingPopper on 2/21/2023 in #help
Abstract Class
Getting an error saying
I'm new to abstraction so I'm not sure if the way I've set it up is causing this problem but I'm having trouble debugging.
Looking for someone to help me understand this error and how I might fix it.
7 replies
Rroblox-ts
•Created by PoppingPopper on 2/17/2023 in #help
this.destroy() unexpected behavior?
It says "Destroys this component instance." but after calling it I don't see that it was destroyed.
6 replies
Rroblox-ts
•Created by PoppingPopper on 2/16/2023 in #help
Proximity Prompt doesn't show up when inside MaxActivationDistance

4 replies
Rroblox-ts
•Created by PoppingPopper on 2/13/2023 in #help
Humanoid is not loaded when Character is loaded?
4 replies
Rroblox-ts
•Created by PoppingPopper on 12/23/2022 in #help
When is it appropriate to retrieve a component from an instance in Flamework?
I'm attempting to grab one in the onStart of one of my services and it can't find it? (Have tag all set up)
2 replies
Rroblox-ts
•Created by PoppingPopper on 12/22/2022 in #help
How do I type my component?
For instance if I have a model component, how can I type it so that I know it's children?
13 replies
Rroblox-ts
•Created by PoppingPopper on 12/21/2022 in #help
Unexpected behavior, adding Vector3 to CFrame

32 replies
Rroblox-ts
•Created by PoppingPopper on 12/6/2022 in #help
Why does this pathing occur?
All obstructions cannot collide with the npc other than the terrain.
5 replies
RReactiflux
•Created by PoppingPopper on 10/8/2022 in #react-forum
setInterval without destroying it to update state?
I have a perdicament where I want to update state on an interval. Every way that I go about it I find myself being forced to use the dependency array of the useEffect for the setInterval so I can get updated state values. This causes my interval to just be destroyed and rebuilt every interval because of state changing on the interval.
How can I achieve this interval without ever having to destroy it to listen to state changes?
5 replies
Rroblox-ts
•Created by PoppingPopper on 10/2/2022 in #help
Dynamic index signature parameter type
How can I create a dynamic index signature parameter type that doesn't require all of the keys from the mapped type?
2 replies
Rroblox-ts
•Created by PoppingPopper on 8/23/2022 in #help
Unexpected Behavior
I am trying to assign players to slots in my state, this is what my state looks like
When I iterate over the players (in my test case only 1), the same player is assigned to EVERY slot.
15 replies