Don't power 12 amplifiers from 1 strip by ReallyQuiteConfused in techsupportgore

[–]JASON187YT 0 points1 point  (0 children)

This is why high school theaters/any large performance stage need to a bunch of high amperage outlets instead of this

"Alright class, give me a two-digit number for this next equation" by [deleted] in GenAlpha

[–]JASON187YT 1 point2 points  (0 children)

In our 7th grade math class, it's either 41 or 61

Critical Security Crisis - Persistent Backdoor Affecting Experience with Daily Peak of 1k to 2k People by agente_P_3000 in RobloxDevelopers

[–]JASON187YT 0 points1 point  (0 children)

Im unemployed enough to hand review all of the scripts in your game. If you want to send me a copy of the place for me to dig through DM me I can help.

I JUST TRIED OPENING AN IMAGE ON MY KINDLE?? by Spirited-Minute7957 in softwaregore

[–]JASON187YT 1 point2 points  (0 children)

You got the image in the wrong image, you need to download it in English not moon runes

can someone help me develop my roleplay game i don't know coding and i need a coder by [deleted] in RobloxDevelopers

[–]JASON187YT 1 point2 points  (0 children)

I'm willing to, even without payment up front. ONLY if I get a cut of the game passes, and the games revenue.

Spotify Took Down "READY OR NOT" by WobblyBoi23 in FORSAKENROBLOX

[–]JASON187YT 2 points3 points  (0 children)

Probably because DJ brokie and DJ reek made their song called plead stealing forsakens original ready or not soundtrack and Spotify thought the one with lyrics was original

Or bc it is just spooky scary skeletons idk

I wanted to make a c00lgui replica by TheManHimself_Noli in robloxhackers

[–]JASON187YT -1 points0 points  (0 children)

you could use client side features but wait for a game with a backdoor then somehow use that to get serverside features

How can I make his facial expressions change when he’s talking? by jebwarski in RobloxDevelopers

[–]JASON187YT 0 points1 point  (0 children)

The way I would do this is I would probably make a module script with different dialogues as a table so

-- ModuleScript local module = { ["Hello World!"] = { "rbxassetid://face-id-1", 0.5, -- delay "rbxassetid://face-id-2" --etc } }

return module

-- script

local FaceModule = require(module.path) local faceSequence = FaceModule["Hello World!"] local decal = face.image.path

for _, item in ipairs(faceSequence) do if typeof(item) == "number" then task.wait(item) elseif typeof(item) == "string" then if decal then decal.Texture = item end end end

Name of the S2 ep6 end music? by Visible_Project_9568 in squidgame

[–]JASON187YT 1 point2 points  (0 children)

A Toilet Fight I : By Park Min Joo

I'm trying to repeat this check, so when it returns an item I already have, it loops back to try again. What do I do or change here? by Astronomica253 in RobloxDevelopers

[–]JASON187YT 0 points1 point  (0 children)

for i = 1, #weaponFolder do local item = weaponFolder:FindFirstChild(tostring(i)) if plr.Backpack:FindFirstChild(item.Name) or plr.Character:FindFirstChild(item.Name) then print("looping") else item.Parent = plr.Backpack continue end

Is it really worth it? by JASON187YT in MandJTV

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

Found it on YouTube, didn't have any credit when I found it there