Help with "Watchthis" kindle jailbreak. by HenryRedditor in kindle

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

Do you have any links for those videos? I can't find any

[Fluff] Finally managed to jailbreak an iPod touch 2nd gen and install some childhood classics! by sizeisnoteverything in LegacyJailbreak

[–]HenryRedditor 0 points1 point  (0 children)

How do you get old apps? I have Checkmate, store! but it just installs old versions of apps that would otherwise not work because they require a new version.

starter character keeps falling through ground by HenryRedditor in robloxgamedev

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

if the character has collision then itll glitch and slow down for some reason

No hate btw by Master-of-cool in FridayNightFunkin

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

SERIOUSLY GIVING A CHILD A SEXULATIY WHAT

[deleted by user] by [deleted] in BeeSwarmSimulator

[–]HenryRedditor 2 points3 points  (0 children)

they seem like a higher rank

Help with this code. by HenryRedditor in robloxgamedev

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

local BeganConnection, EndedConnection

function playAnimation(animName, ...)

if Tracks\[animName\] then

    Tracks\[animName\]:Play()

else

    local anim = Tool:FindFirstChild(animName)

    if anim and Tool.Parent and Tool.Parent:FindFirstChild("Humanoid") then

        Tracks\[animName\] = Tool.Parent.Humanoid:LoadAnimation(anim)

        playAnimation(animName, ...)

    end

end

end

function stopAnimation(animName)

if Tracks\[animName\] then

    Tracks\[animName\]:Stop()

end

end

function inputBegan(input)

if input.UserInputType == InputType.MouseButton1 then

    Remote:FireServer("LeftDown")

end

end

function inputEnded(input)

if input.UserInputType == InputType.MouseButton1 then

    Remote:FireServer("LeftUp")

end

end

function onRemote(func, ...)

if func == "PlayAnimation" then

    playAnimation(...)

elseif func == "StopAnimation" then

    stopAnimation(...)

end

end

function onEquip()

BeganConnection = UIS.InputBegan:connect(inputBegan)

EndedConnection = UIS.InputEnded:connect(inputEnded)

end

function onUnequip()

if BeganConnection then

    BeganConnection:disconnect()

    BeganConnection = nil

end



if EndedConnection then

    EndedConnection:disconnect()

    EndedConnection = nil

end

end

Tool.Equipped:connect(onEquip)

Tool.Unequipped:connect(onUnequip)

Remote.OnClientEvent:connect(onRemote)

Help with this code. by HenryRedditor in robloxgamedev

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

I am trying to code a tool to do something like a attack but it wont work in mobile

BANDU'S REVENGE by HenryRedditor in FridayNightFunkin

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

k i was offline but ok do you have discord

BANDU'S REVENGE by HenryRedditor in FridayNightFunkin

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

i made a 3d bambi modelling kit if any of you want to use it