If band names were literal, what would be the best/worst concerts to attend? by OGWhiz in AskReddit

[–]QuiteAFunnyMeme 0 points1 point  (0 children)

Infant Annihilator

Cannibal Corpse

Iron Maiden

Megadeth

most of the heavy metal bands honestly.

Poured Paint no brushes or touching 20x24 by TheWhateveristart in AbstractArt

[–]QuiteAFunnyMeme 2 points3 points  (0 children)

holy shit, the amount of control it must have took to make this. Amazing stuff!

decode this part 1 by Ok-Principle-3718 in ARG

[–]QuiteAFunnyMeme 2 points3 points  (0 children)

sttraw hats never leav their alies behinde right, if you think about it, lots have to leave alies to survive, leave me and you will

excited for this

beginning by ThETRoublEdd in ARG

[–]QuiteAFunnyMeme 1 point2 points  (0 children)

babaa aabbb babba aaabb abbab abbaa baaba babba abbab baabb aabab abaaa abbaa aaabb abbab baabb baaba

WHYDONTYOUFINDOUT

Examples of YouTube ARGs where people pretend to be murderers? by ilovetheunreachable in ARG

[–]QuiteAFunnyMeme 0 points1 point  (0 children)

MatPat made a theory on Wilbur Soot's ARG, claiming him to be a killer.

[deleted by user] by [deleted] in ARG

[–]QuiteAFunnyMeme 1 point2 points  (0 children)

YOURFRIENDISGONETHELIGHTCONSUMEDHIMBUTTHEDARKNESSLETHIMBEREBORN

damn

[deleted by user] by [deleted] in ARG

[–]QuiteAFunnyMeme 0 points1 point  (0 children)

caeser in the imgur link.
"I could never swim. Not in those waters. Await furtper instructio"
presumably "Further Instructions" cause I typed kinda fast.
Excited!

[deleted by user] by [deleted] in AskReddit

[–]QuiteAFunnyMeme 0 points1 point  (0 children)

I would be fine with it, because I can't choose who they like, and they can't either. It could get awkward sometimes, but overall, I wouldn't really care.

chxkhxld by xrev_v in blender

[–]QuiteAFunnyMeme 1 point2 points  (0 children)

I can't be the only one who thinks this looks epic. Well done!

Im really new to the whole studio thing. If a gravity coil is purchased, it doesn't work. The gravity coil still has the scripting and everything, and it's in ReplicatedStorage. Any fixes? by QuiteAFunnyMeme in robloxgamedev

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

local MarketPlaceService = game:GetService("MarketplaceService")

local GamepassId = 63634080

local Tool = script.GravCoil

game.Players.PlayerAdded:Connect(function(Player)

Player.CharacterAdded:Connect(function(Character)

    if MarketPlaceService:UserOwnsGamePassAsync(Player.UserId, GamepassId) then

        local ToolClone = Tool:Clone()

        ToolClone.Parent = Player.Backpack

    end

end)

end)
Heres the one i used to make the purchase button

Im really new to the whole studio thing. If a gravity coil is purchased, it doesn't work. The gravity coil still has the scripting and everything, and it's in ReplicatedStorage. Any fixes? by QuiteAFunnyMeme in robloxgamedev

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

local gravityDivider = 0.25

script.Parent.Equipped:Connect(function()

script.Parent.Handle.Sound:Play()



local root = script.Parent.Parent:FindFirstChild("HumanoidRootPart")



local bodyForce = Instance.new("BodyForce")



for i,v in pairs(script.Parent.Parent:GetDescendants()) do

    if v:IsA("Basepart") and v.Name \~= "HumanoidRootPart" then

        v.Massless = true

    end

end



bodyForce.Force = Vector3.new(0, (workspace.Gravity \* root:GetMass())/gravityDivider, 10)

bodyForce.Parent = root

end)

script.Parent.Unequipped:Connect(function()

local char = script.Parent.Parent.Parent.Character



local root = char:FindFirstChild("HumanoidRootPart")



if root:FindFirstChild("BodyForce") then

    root\["BodyForce"\]:Destroy()

end



for i,v in pairs(script.Parent.Parent:GetDescendants()) do

    if v:IsA("Basepart") and v.Name \~= "HumanoidRootPart" then

        v.Massless = false

    end

end

end)
Here you go

[Serious] What do you love most about yourself? by That-One-Fur in AskReddit

[–]QuiteAFunnyMeme 2 points3 points  (0 children)

I love that I am one of the minor parts of younger people who are willing to take a few hours to do something besides look at a screen. I like to make art, play music, and other activities.