#Help

59 messages · Page 1 of 1 (latest)

fast crypt
#

I know a way but it’s prob so inefficient

high depot
#

touched touchended etc

lime escarp
#

We can't make scripts for you

lyric meadow
#

@sweet dagger

local part = script.Parent
local sword = game.ServerStorage:FindFirstChild("Sword") or game.ReplicatedStorage:FindFirstChild("Sword")

part.Touched:Connect(function(hit)
local humanoid = hit.Parent:FindFirstChild("Humanoid")
if humanoid then
local player = game.Players:GetPlayerFromCharacter(hit.Parent)
if player and sword then
local backpack = player:FindFirstChild("Backpack")
if backpack then
local swordClone = sword:Clone()
swordClone.Parent = backpack
end
end
end
end)
#

just put this script insdie of the part you want the player to touch

#

and also place your sword tool inside serverstorage

sweet dagger
#

i want it to be like when they enter the arena

#

they get an sword

lyric meadow
#

Same things just use postion insted of touch

celest oar
#

He already spoon fed you the other stuff

sweet dagger
#

can you show me an picture to were i copy n paste the script at

inner currentBOT
#

studio** You are now Level 13! **studio

celest oar
#

I'm on phone btw

sweet dagger
#

oh ok

celest oar
#

But it's pretty self explanatory

sweet dagger
#

im not the smartest so

#

yea

celest oar
#

You don't gotta be smart; he literally gave it to you lmao

sweet dagger
#

no not like the script

#

idk were to put it in the

#

like in the areana

lyric meadow
#

Bruh i told you

#

Make ma script inside the part you want the player to touch

sweet dagger
#

oml you dont understand what im saying

lyric meadow
#

You can just put a part that covers the whole area

#

And make its collision to off

#

And transparency to off aswell

sweet dagger
#

I can't see the script and things

#

For some reason

#

I see the collisions and stuff

lyric meadow
#

How new are you to roblox studio?

sweet dagger
#

Wym

celest oar
sweet dagger
#

You think I'm not new?

lyric meadow
#

Dang

sweet dagger
#

Yea

celest oar
#

Read son!

sweet dagger
#

So we're do I find the thing

lyric meadow
#

At this point just watch a tutorial about the roblox studio basics

sweet dagger
#

I can't see the stuff

#

We're do I activate it

celest oar
lyric meadow
#

Go to view

inner currentBOT
#

studio** You are now Level 6! **studio

sweet dagger
#

Ok

#

Did

lyric meadow
#

And then press on explorer snd proprities

sweet dagger
#

Ok did

lyric meadow
#

Ok now place a part in workspace

sweet dagger
#

Could I js call you and you show me

lyric meadow
#

Hover your mosue over workspace and press the plus button then search for part and click on it