Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

how to edit Backpack and intros? [closed]

Asked by 6 years ago

Ok, so I am very bad at scripting, but i know a lot about roblox Studio. I want to know how to have the ability to equip a tool without having the tool bar visible, like in Phantom Forces. I am making a FPS game and I want to know how to do that, also, I need to ask about Intros. I need to know how to make a moving GUI with and dialog at the bottom of it because I am copying off of the game called "Game of the Year: 420 Blaze it."

Closed as Not Constructive by H4X0MSYT, Programical, and BlueTaslem

This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.

Why was this question closed?

2 answers

Log in to vote
1
Answered by
H4X0MSYT 536 Moderation Voter
6 years ago

This is NOT a request site.

Ad
Log in to vote
0
Answered by 6 years ago

I'm not exactly sure what you mean by that, but to get you started you'll want to hide the backpack itself. Here's the script for it, make sure it's in a local script inside StarterGui.

local StarterGui = game:GetService('StarterGui')

StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, false)

I know this doesn't answer your question, but this is the first step to it. I'll try and look further into it and see what I can do.

0
If its not an answer to the question, then why did you put it as one? T0XN 276 — 6y
0
I already know about that, ignore the intro part, I just want to know how to hide the backpack GUI, but still have access to the tools. iiCookieCrisp_YT -5 — 6y