Love the video! I was also wondering if you could share how to make a tool appear in a players inventory when they interact with the proximity. (Also all tools/items would go away when the player left and rejoined)
If you still respond, im trying to make it so when i open the prompt a gamepass that can be purchased infinite times pops up. After the player buys it i want something to spawn, if you know how to do this please tell me
do you know how to make different prompts for teams? For example The surviving team can heal one of their team by being close to a member of their team. Instead of healing, the infected team could attack them by being close to a member of the surviving group
Hey! Could you make unanchored part when used proximity prompt? I need it for my S.W.A.T game where you can kick down doors to get to the hostages or the terrorists.
the parts thet suposed to spawn are not spaning can someone tell me what am i doing wrong??? this is my script: local prompt = script.Parent prompt.Triggered:Connect(function()
local newPart = Instance.new("Part") local partSpawn = game.Workspace.PartSpawn
Hey! Could you make unanchored part when used proximity prompt? I need it for my S.W.A.T game where you can kick down doors to get to the hostages or the terrorists.
If you'd like to learn how to professionally animate for free on Roblox, check out this video:
📌 ua-cam.com/video/CKlQJlNuXPI/v-deo.html
Good video, don't give up please. Explained well. Haven't been much studio tutorials recently so keep it up!
Thank you for your encouragement! It’s people like you that keep me going :)
u sure about that last upload 7 months ago
@@RealBaconLite u sure about that comment i made 7 months ago?
Glad you're back!
Haha thanks! I'll be uploaded a bit more frequently from now on :)
such underrated, uploads rarely but when you upload you set a lasting effect unlike other tutorials.
Short and easy tutorial, great job!
Thank you! :)
This is just what I needed for my project! Great tutorial :)
Glad to hear it was helpful! Best of luck with your project :D
bro please do more videos your fr so good at creating them if you keep this work up you can easily start a career im serious
Bro thank you for the support! :D
Nice you deserve subs and like😊😊😊i love videos like this so keep it up
Thank you so much :D
Very clearly presented.
Love the video! I was also wondering if you could share how to make a tool appear in a players inventory when they interact with the proximity. (Also all tools/items would go away when the player left and rejoined)
If you still respond, im trying to make it so when i open the prompt a gamepass that can be purchased infinite times pops up. After the player buys it i want something to spawn, if you know how to do this please tell me
So my prompt works most of the time, but sometimes it just doesn't trigger...
do you know how to make different prompts for teams? For example
The surviving team can heal one of their team by being close to a member of their team. Instead of healing, the infected team could attack them by being close to a member of the surviving group
hey. i have a question. how do you make an object or a model move when you collect something?
i cant animate 2 rigs in roblox answer pls
Yo this so cool but do you know how to make it where it changes GUI pls
Panda please make a tutorial on how to animate multiple rigs in one single animation 🙏🙏🙏
PANDA REMEMBER ME? ON THE F3X CAR BUILDING VID?
can you please show me how to attach the proximity prompt to players (NOT NPCS)
is there a way for me to set it to hold the button for something to work while im holding e
bro pls do guide on how to add effects to animations
Hey! Could you make unanchored part when used proximity prompt? I need it for my S.W.A.T game where you can kick down doors to get to the hostages or the terrorists.
its ez
Can I have help? Im trying to do this with a model but I cant set its position
nevermind I just wrote it wrong
Why can’t I see it?
try putting the line of sight to false
@@chaos_insurgency36 thanks it worked
i made a cool jumpscar :D
Awesome! :D
Can you show me how to put a character's face when animating? ༼ つ ◕_◕ ༽つ
the parts thet suposed to spawn are not spaning can someone tell me what am i doing wrong??? this is my script:
local prompt = script.Parent
prompt.Triggered:Connect(function()
local newPart = Instance.new("Part")
local partSpawn = game.Workspace.PartSpawn
newPart.Name = "Clone"
newPart.Size = Vector3.new(3,3,3)
newPart.Shape = Enum.PartType.Ball
newPart.Position = partSpawn.Position
newPart.Parent = game.Workspace
newPart.Anchored = false
newPart.CanColide = true
end)
pls i need anwser
Yes well i'd like to know how to do it instead of watching you do it
in order to learn you have to watch
Hey! Could you make unanchored part when used proximity prompt? I need it for my S.W.A.T game where you can kick down doors to get to the hostages or the terrorists.