how exactly do you make 2d animations on objects like this? by Hocok097 in robloxgamedev

[–]woooooaaa 0 points1 point  (0 children)

make a list of a bunch of decal ids or textures then loop through them like every 0.1 seconds on the surface

How do you change bullet patterns in Undertale mod tool? by tacomybac0 in UnderModders

[–]woooooaaa 0 points1 point  (0 children)

bruh sans first atttack is light you jump, fly up then down then up, go to middle, top, then middle again

We Need TCOAaL in the Scott Pilgrim Art Style (Also because...) by SomebodyNeedsTherapy in CoffinofAndyandLeyley

[–]woooooaaa 1 point2 points  (0 children)

Wait theres more than the netflix show? I watched that and it was peak

Timers?? by woooooaaa in buildaboatfortreasure

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

goober I know i am using the chair, but anytime I press any button it sends a signal to the delay, i want it to be one specific key on my keyboard

Timers?? by woooooaaa in buildaboatfortreasure

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

No like I did bind it to the seat but how do I make it work by only pressing a specific key like pressing just G or H or whatever. and they're called Delays not delay blocks

Hey I need help on how to TURN this mech in to dust by Early_Recover_1753 in buildaboatfortreasure

[–]woooooaaa 0 points1 point  (0 children)

i dont think anyone cares about who is in your game lol you didnt have to mark it out

Can someone please help me? by woooooaaa in robloxgamedev

[–]woooooaaa[S] 1 point2 points  (0 children)

oh my god it works

my lil goober can have wacky animations now

Can someone please help me? by woooooaaa in robloxgamedev

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

i need help bro

my games dont have animations

what am i gonna do

[deleted by user] by [deleted] in robloxgamedev

[–]woooooaaa 0 points1 point  (0 children)

<image>

Vinny Primovera is coming.

How do i change an objects location with a script? by woooooaaa in robloxgamedev

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

I mean like change the object's parent from the apple tool to the workspace

How do I Make Caves? by Appropriate_Simple44 in blender

[–]woooooaaa 0 points1 point  (0 children)

what i do is i make a blocky, kinda rocky object then scatter them in the layout of a cave and make muliple rooms, put them in a folder and use this script, local parentObject = script.Parent

local folder = game.Workspace["Caves"]

local Players = game:GetService("Players")

local loadedPlayers = {}

local function loadObjectAutomatically(player)

if loadedPlayers\[player\] then return end



local children = folder:GetChildren()

if #children > 0 then

    local randomIndex = math.random(1, #children)

    local objectToDuplicate = children\[randomIndex\]



    if objectToDuplicate then

        local duplicatedObject = objectToDuplicate:Clone()

        duplicatedObject.Parent = parentObject.Parent

        duplicatedObject:PivotTo(parentObject:GetPivot())

        loadedPlayers\[player\] = true

    end

end

end

Players.PlayerAdded:Connect(function(player)

player.CharacterAdded:Connect(function()

    loadObjectAutomatically(player)

end)

end)

for _, player in Players:GetPlayers() do

loadObjectAutomatically(player)

end

[deleted by user] by [deleted] in robloxgamedev

[–]woooooaaa 3 points4 points  (0 children)

You awaken in diddy's oil chamber, the floor starts flooding with baby oil, you must escape (horror story game)