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

Help with understanding scripts so i can use them more frequently?

Asked by 2 years ago

Hello,i am making a story game and i would like to understand the scripts i am using instead of searching them up so i can use them in other games

Thanks in advance Bigkiddo27

0
Can you provide some code? MarkedTomato 810 — 2y
0
@Markedtomato yes sure bigkiddo27 6 — 2y
0
local player = game.Players.LocalPlayer local TimerEvent = game.ReplicatedStorage.TimerEvent local ScreenGui = player.PlayerGui.ScreenGui local stopTimer = false TimerEvent.OnClientEvent:Connect(function(timer) ScreenGui.TimerFrame.TextLabel.Text = timer ScreenGui.TimerFrame.TextLabel.Visible = true wait(1) repeat timer = timer - 1 ScreenGui.TimerFrame.TextLabel.Text = timer wait(1) u bigkiddo27 6 — 2y
0
a script i found in ponchokings tutorial bigkiddo27 6 — 2y

1 answer

Log in to vote
0
Answered by 2 years ago

this is the tutorial I used when I learned Lua and I am pretty much a intermediate-pro scripter now :D

https://www.youtube.com/watch?v=BkYwRdCukZA&list=PLhieaQmOk7nIfMZ1UmvKGPrwuwQVwAvFa&ab_channel=TheDevKing

0
ok ill watch that later bigkiddo27 6 — 2y
0
Thanks! bigkiddo27 6 — 2y
Ad

Answer this question