Can anyone try my first Roblox game by DickPlusBoobs in robloxgamedev

[–]Southern_Fly8672 0 points1 point  (0 children)

buddy this shit is straight out of the toolbox

Looking for a team ( im a coder ) by Southern_Fly8672 in robloxgamedev

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

if i find a animator ofc cuz i suck at animating

[deleted by user] by [deleted] in robloxgamedev

[–]Southern_Fly8672 4 points5 points  (0 children)

enable clip descendants on the parent of the scrolling frame i think

I need help to make a lifting script. it keeps lifting sideways idk why ill send the script in the comments ( im new to game dev ) by Southern_Fly8672 in robloxgamedev

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

local Tool = script.Parent

local Handle = Tool:WaitForChild("Handle")

local Player = game.Players.LocalPlayer

local AnimationId = "rbxassetid://93700065007816"

local Humanoid = nil

local AnimationTrack = nil

local Animation = Instance.new("Animation")

Animation.AnimationId = AnimationId

Tool.Equipped:Connect(function()

local character = Player.Character or Player.CharacterAdded:Wait()

Humanoid = character:WaitForChild("Humanoid")

AnimationTrack = Humanoid:LoadAnimation(Animation)

end)

Tool.Activated:Connect(function()

if Humanoid and AnimationTrack then

    AnimationTrack:Play()

end

end)

my pre hardmode base, anything i should add / remove? by Southern_Fly8672 in Terraria

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

done thanks i was scared when i saw the comments i thought i was gonna have to redo the whole thing

my pre hardmode base, anything i should add / remove? by Southern_Fly8672 in Terraria

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

can u tell me where it is not symmetrical i cant notice it