How do i make instead a coin it will be kills? For example if a player gets 10 kills he can by an aura and that aura will permanently show in the player
game.ReplicatedStorage.ToolEvents.SwordEvent.OnServerEvent:Connect(function(player) if player.leaderstats.Coins.Value >=10 then player.leaderstats.Coins.Value = player.leaderstats.Coins.Value - 10 game.ServerStorage.Tools.sword:Clone().Parent = player.Backpack end end) So sorry y'all you gotta add >= 10 >:D
I never knew studio is on mobile now.
Impresive.
Thx
script.Parent.MouseButton1Click:Connect(function()
game.ReplicatedStorage.ToolEvents.SwordEvent:FireServer()
end)
Can you make a tutorial on how to have a flashlight because I’m making a horror game
script.Parent.MouseButton1Click:Connect(function()
player.PlayerGui.ToolShop.Frame.Visible = true
end)
Could you pls show how to make a working swing that you can sit on 🙏
How to add more the map
Is there any way i can add any gear i want, instead of the sword and the Laser gun?
local player = game.Players.LocalPlayer
script.Parent.MouseButton1Click:Connect(function()
player.PlayerGui.ToolShop.Frame.Visible = true
end)local player = game.Players.LocalPlayer
script.Parent.MouseButton1Click:Connect(function()
player.PlayerGui.ToolShop.Frame.Visible = false
end)script.Parent.MouseButton1Click:Connect(function()
game.ReplicatedStorage.ToolEvents.SwordEvent:FireServer()
end)
game.ReplicatedStorage.ToolEvents.SwordEvent.OnServerEvent:Connect(function(player)
if player.leaderstats.Coins.Value = 10 then
player.leaderstats.Coins.Value = player.leaderstats.Coins.Value - 10 game.ServerStorage.Tools.sword:Clone().Parent = player.Backpack
end
end)
How do i make instead a coin it will be kills? For example if a player gets 10 kills he can by an aura and that aura will permanently show in the player
it why not wroking i copy all now it copy name tool and toolevent
Why is not wrok? :(
I want it that we need to buy it with robux
Bruh how did you turn the textbotton blue
It's textcolor
Bruh to fast
It doesn’t work
can you do it for me instead for 200 robux?
Sure
its not working for me
@@ManuQ1here wuts your user?
@Afragile-yj2vn --ManuQ1here is it
Fake
not work
7
This does not work it's fake guys
game.ReplicatedStorage.ToolEvents.SwordEvent.OnServerEvent:Connect(function(player)
if player.leaderstats.Coins.Value >=10 then ---- add >= 10
player.leaderstats.Coins.Value = player.leaderstats.Coins.Value - 10 game.ServerStorage.Tools.sword:Clone().Parent = player.Backpack
end
end)
Sorry bro add >= 10 :(
Just memories it work
@@Afragile-yj2vn can you do get ban hammer I'm subscriber
@@Afragile-yj2vncan you do a flying magic carpet..!!
It works Dummy
Settings with Music Toggle
body {
font-family: Arial, sans-serif;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
background: #f4f4f4;
}
.settings-container {
It's not python lol
game.ReplicatedStorage.ToolEvents.SwordEvent.OnServerEvent:Connect(function(player)
if player.leaderstats.Coins.Value >=10 then
player.leaderstats.Coins.Value = player.leaderstats.Coins.Value - 10 game.ServerStorage.Tools.sword:Clone().Parent = player.Backpack
end
end)
So sorry y'all you gotta add
>= 10 >:D