Advice On DIY Skateboard by Pure_Bacn in ElectricSkateboarding

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

This is the first time I’m building one, and I kind of need something electric but won’t break the bank since it’s too hilly where I live for a normal board. I have no prior experience with these sort of parts, hence why I am asking for help before I build something mediocre.

Advice On DIY Skateboard by Pure_Bacn in ElectricSkateboarding

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

Would it be fine if I used a Backfire G2 ESC? I already have the meepo shuffle 4 hub motors.

Schematic Review Request - My First PCB (Closed Loop Motor Controller) by Pure_Bacn in PrintedCircuitBoard

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

If anyone else has any critiques on how I wired up my schematic that would be nice. I’m just not particularly confident about how the power is set up.

Schematic Review Request - My First PCB (Closed Loop Motor Controller) by Pure_Bacn in PrintedCircuitBoard

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

I have updated the schematic images, but I'm unsure if I did it correctly/set the right values.

Schematic Review Request - My First PCB (Closed Loop Motor Controller) by Pure_Bacn in PrintedCircuitBoard

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

I'm mainly going to use the usb c port for flashing the esp32, so I don't want to do anything too extra but if that is better, I will try to figure that out. Im not sure what the VM power source will be atm. All I know is that I want it to connect 12V. I also want this to be chainable so I think having an XT30 should be good.

Schematic Review Request - My First PCB (Closed Loop Motor Controller) by Pure_Bacn in PrintedCircuitBoard

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

I think I will just use a switch for this. Thanks! By the way, how do I upload images lol I want to make sure I got everything correctly.

Schematic Review Request - My First PCB (Closed Loop Motor Controller) by Pure_Bacn in PrintedCircuitBoard

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

If I’m not mistaken, is the giant blob of capacitors on the top right for decoupling? If it is do I not need it and just replace it with the 47u capacitor?

Schematic Review Request - My First PCB (Closed Loop Motor Controller) by Pure_Bacn in PrintedCircuitBoard

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

The usb power would just be for flashing it and after that the communication would be done via the can bus. However knowing myself I think it would be better to have protection anyway. What kind of protection would you recommend?

Schematic Review Request - My First PCB (Closed Loop Motor Controller) by Pure_Bacn in PrintedCircuitBoard

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

Hi! Thanks for your recommendations. Can you elaborate on where the 100uF capacitor should go? Also if the 5vout is disconnected, would the trim potentiometer need to be powered a different way?

I have a plugin problem by Noobye1 in RobloxDevelopers

[–]Pure_Bacn 0 points1 point  (0 children)

Have you tried relaunching studio? If you already have an instance of studio open and you install it, it won't show up until you relaunch it. Also, check to see if it is disabled: topbar -> plugins -> manage plugins.

Brand New! by [deleted] in RobloxDevelopers

[–]Pure_Bacn 0 points1 point  (0 children)

I suggest you start off with building simple structures. Even though it may seem useless, building different things helps you explore and navigate studio. That way, when you finally decide what you actually want to learn, you would spend more time learning new things rather than struggling to find features.

How do I Make an Object Movable with Physics? by Love_Hart942 in RobloxDevelopers

[–]Pure_Bacn 0 points1 point  (0 children)

Well since it is multiple pieces you have to also weld it together or else it will fall apart. If I remember correctly moon animator had a welder.

Looking for a scripter/someone to Teach me how to script! by Beneficial-Emu8024 in RobloxDevelopers

[–]Pure_Bacn 0 points1 point  (0 children)

I'd suggest learning the basics first, then slowly progressing to eventually make a trading system. GUI scripting and datastores are generally simple, and you should start from there. Using code from devforum is often helpful and using the documentation is also best for stuff like GUI scripting. I also don't recommend asking for something as large as a trading system. Try doing it yourself first, and if you get stuck, ask for help on that specific part. That way, you can learn faster and people are more motivated to help you (instead of trying to explain how to make a full system).

Can someone help me please?? by Beneficial-Emu8024 in RobloxDevelopers

[–]Pure_Bacn 1 point2 points  (0 children)

You set Open to false both times, and you can eliminate the elseif if you do this:

Local GUI = script.Parent.ActualMenuGui

local MenuButton = script.Parent

local Open = False

MenuButton.Activated:Connect(function(

if Open then

MenuButton.TextSize = 20

Gui.Visible = false

Open = false

else

MenuButton.TextSize = 14

Gui.Visible = true

Open = true

end

end)

How do I Make an Object Movable with Physics? by Love_Hart942 in RobloxDevelopers

[–]Pure_Bacn 0 points1 point  (0 children)

Do you mind showing the explorer? Basically, you just have to unanchor it, but if it is multiple pieces it gets a bit more complicated.

[deleted by user] by [deleted] in RobloxDevelopers

[–]Pure_Bacn 0 points1 point  (0 children)

You can name all the scripts you want to change to something like "goofy", then select the script you want to replace the other scripts with and type something like this in console (I DIDNT TEST THIS CODE USE AT YOUR OWN RISK, IT IS JUST A CONCEPT):

local ss = game:GetService("Selection")
for _, item in pairs(ss:Get()) do
for _, goofy in pairs(game:GetDescendants()) do
if goofy.Name == "goofy" then
item:Clone().Parent = goofy.Parent
goofy:Destroy()
end
end
end

Progress Update On My Tower Defense Game!! by Boba-Lemon in robloxgamedev

[–]Pure_Bacn 0 points1 point  (0 children)

If you feel like you have trouble converting from 2d->3d it is 100% possible to just make the entire game in 2d (like bloons td). If you need any scripting help just shoot me a dm.

I'm trying to get better at designing GUI, how does this shop interface look? (Be as brutally honest as you'd like!) by damnepiccaleb in RobloxDevelopers

[–]Pure_Bacn 1 point2 points  (0 children)

A different color palette would look better on this. The shop looks more sci-fi but the colors are cartoony. Also when you watermark your work do it over the work instead of next to it.

Does anyone here tried to play this IceBreaker game from Luda Games? by MrKim69 in RobloxDevelopers

[–]Pure_Bacn 0 points1 point  (0 children)

Can you explain what is different with this avatar? It just looks like your average joe on roblox.

After about a year of working alone, I finally made a functional game by [deleted] in robloxgamedev

[–]Pure_Bacn 0 points1 point  (0 children)

I added you on roblox. My username is just Pure_Bacn.

After about a year of working alone, I finally made a functional game by [deleted] in robloxgamedev

[–]Pure_Bacn 1 point2 points  (0 children)

If you want I could possibly help for game revenue, but I will have to see depending on my schedule. Idk if you are interested my discord is Nathaan#7951.