Hello Devforums!
As you probably don’t know, I don’t know how to script.
But, a building game idea is always just going arount in my head, and i need a lot of scripting for that.
I want to create a building system like this game:REVENGE OF THE SLIMES!!! - Roblox
I will appriciate any replies.
I took a look at that game and I wasn’t really able to figure out what you meant by a build system.
But in all honesty, if you’re a beginner, I would recommend starting with the basics such as knowing how loops work, the client-server boundary, knowing how to use remotes etc…
If you really want to start out with this, I’ll give you everything you need to get started but we can not create entire systems for you. If you want that you’d have to check out #collaboration:recruitment.
Anyway, here’s probably what you’re going to need:
UserInputService | Roblox Creator Documentation,
Player | Roblox Creator Documentation and/or WorldRoot | Roblox Creator Documentation,
Bindable Events and Functions | Roblox Creator Documentation,
CFrames | Roblox Creator Documentation,
If you want to save data, DataStoreService | Roblox Creator Documentation