Our search systems are undergoing rapid maintenance, they may be intermittently unavailable. Sorry for the inconvenience!
MEDIEVAL RTS [⚔️BIGGER ARMIES]
5.1k Views

Script Request

MEDIEVAL RTS [⚔️BIGGER ARMIES]Uploaded by
8 months ago
Please login to perform these actions:

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!

View Raw
Edited By: Joash2011 Download


Comments
4
User profile picture
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's profile pictureOdetari--[[ WARNING: Heads up! This script has not been ...
User profile picture
Joash2011 8 months ago
@SCRlPT What does that script do i don't see a ui system?
Joash2011's profile pictureJoash2011@SCRlPT What does that script do i don't see a ui ...
User profile picture
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's profile pictureSpidy@hoopzcr83 Just a troll, its pretty badly written ...
User profile picture
Joash2011 8 months ago
@Spidy Do u at least know one, if not i'm also looking for a twisted script the tornado game
Please Login to add a comment.