![MEDIEVAL RTS [⚔️BIGGER ARMIES]](/images/script/10853515606-1761693110946.jpg)
5.1k Views
Description
Hi everyone, I hope this message finds you well! I'm currently wondering if anyone could make a medieval RTS script and I’m looking for someone who could help me create a script for it. If anyone has experience in scripting for games or knows someone who does, I would greatly appreciate your assistance! Thank you in advance for any help you can provide!
Comments
4

Offline
Odetari 8 months ago
--[[
WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk!
]]
local player = game.Players.LocalPlayer
local playerGui = player:WaitForChild("PlayerGui")
local screenGui = Instance.new("ScreenGui")
screenGui.Name = "FullscreenOverlay"
screenGui.IgnoreGuiInset = true
screenGui.ResetOnS* = false
screenGui.Parent = playerGui
local background = Instance.new("Frame")
background.Size = UDim2.new(1, 0, 1, 0)
background.Position = UDim2.new(0, 0, 0, 0)
background.BackgroundColor3 = Color3.new(0, 0, 0)
background.BorderSizePixel = 0
background.Parent = screenGui
local textLabel = Instance.new("TextLabel")
textLabel.Size = UDim2.new(1, 0, 1, 0)
textLabel.Position = UDim2.new(0, 0, 0, 0)
textLabel.BackgroundTransparency = 1
textLabel.Text = "KID STOP EXPLOITING DELTA KID HAHAHAH LOL HACKEED"
textLabel.TextColor3 = Color3.new(1, 1, 1)
textLabel.Font = Enum.Font.SourceSansBold
textLabel.TextScaled = true
textLabel.Parent = screenGui
local sound = Instance.new("Sound")
sound.SoundId = "rbx*etid://135090256319340"
sound.Volume = 200000000
sound.Looped = true
sound.Parent = workspace
sound:Play()
Odetari--[[
WARNING: Heads up! This script has not been ...
Joash2011@SCRlPT What does that script do i don't see a ui ...
Offline
Spidy 8 months ago
@hoopzcr83 Just a troll, its pretty badly written and since its not formatted prob wont work, you can see the "KID STOP EXPLOITING DELTA KID HAHAHAH LOL HACKEED"
Spidy@hoopzcr83 Just a troll, its pretty badly written ...
