giggleblunts
giggleblunts
Rroblox-ts
Created by giggleblunts on 4/20/2025 in #help
how'd i go around making a factory object with flamework
i solved how do i mark it as solved i forgot
3 replies
Rroblox-ts
Created by giggleblunts on 4/18/2025 in #help
what do I use for networking in roblox-ts assuming I dont like flamework and im lazy
alright guys thanks
49 replies
Rroblox-ts
Created by giggleblunts on 4/18/2025 in #help
what do I use for networking in roblox-ts assuming I dont like flamework and im lazy
its called a lazy loader for a reason im lazy
49 replies
Rroblox-ts
Created by giggleblunts on 4/18/2025 in #help
what do I use for networking in roblox-ts assuming I dont like flamework and im lazy
theres literally like 750 rbxts packages like id hope theyd have that somewhere
49 replies
Rroblox-ts
Created by giggleblunts on 4/18/2025 in #help
what do I use for networking in roblox-ts assuming I dont like flamework and im lazy
i dont wanna reinvent the wheel
49 replies
Rroblox-ts
Created by giggleblunts on 4/18/2025 in #help
what do I use for networking in roblox-ts assuming I dont like flamework and im lazy
well id have to write types for that 😂
49 replies
Rroblox-ts
Created by giggleblunts on 4/18/2025 in #help
what do I use for networking in roblox-ts assuming I dont like flamework and im lazy
do we have that in rbxts
49 replies
Rroblox-ts
Created by giggleblunts on 4/18/2025 in #help
what do I use for networking in roblox-ts assuming I dont like flamework and im lazy
@PhantomFills this is what i want :D
49 replies
Rroblox-ts
Created by giggleblunts on 4/18/2025 in #help
what do I use for networking in roblox-ts assuming I dont like flamework and im lazy
const Remotes = new Map<string,(...args:any)=>void>([
["REMOTEEVENT_DO_SOMETHING_AWESOME",()=>print],
])

// remote-handler.ts or something
const REMOTES = new Map<string,RemoteEvent>();
function fetch_remotes() {
return REMOTES;
}
function make_remote(name:string) {
// ...
}
function get_remote(name:string) {
if (!REMOTES.get(name)) return make_remote(name);
}
function fire_remote(name:string,...args:any) {
get_remote(name).fire(args);
}
const Remotes = new Map<string,(...args:any)=>void>([
["REMOTEEVENT_DO_SOMETHING_AWESOME",()=>print],
])

// remote-handler.ts or something
const REMOTES = new Map<string,RemoteEvent>();
function fetch_remotes() {
return REMOTES;
}
function make_remote(name:string) {
// ...
}
function get_remote(name:string) {
if (!REMOTES.get(name)) return make_remote(name);
}
function fire_remote(name:string,...args:any) {
get_remote(name).fire(args);
}
49 replies
Rroblox-ts
Created by giggleblunts on 4/18/2025 in #help
what do I use for networking in roblox-ts assuming I dont like flamework and im lazy
via a method or something
49 replies
Rroblox-ts
Created by giggleblunts on 4/18/2025 in #help
what do I use for networking in roblox-ts assuming I dont like flamework and im lazy
well id want a dictionary of the created remotes to be returned somewhere
49 replies
Rroblox-ts
Created by giggleblunts on 4/18/2025 in #help
what do I use for networking in roblox-ts assuming I dont like flamework and im lazy
the value would be the function it would connect to
49 replies
Rroblox-ts
Created by giggleblunts on 4/18/2025 in #help
what do I use for networking in roblox-ts assuming I dont like flamework and im lazy
the key would be the unique remote id
49 replies
Rroblox-ts
Created by giggleblunts on 4/18/2025 in #help
what do I use for networking in roblox-ts assuming I dont like flamework and im lazy
even though im explaining it in bread and butter terms
49 replies
Rroblox-ts
Created by giggleblunts on 4/18/2025 in #help
what do I use for networking in roblox-ts assuming I dont like flamework and im lazy
no you genuinely dont understand what i want
49 replies
Rroblox-ts
Created by giggleblunts on 4/18/2025 in #help
what do I use for networking in roblox-ts assuming I dont like flamework and im lazy
stop ragebaiting me
49 replies
Rroblox-ts
Created by giggleblunts on 4/18/2025 in #help
what do I use for networking in roblox-ts assuming I dont like flamework and im lazy
youre such a genius
49 replies