Imgflip Logo Icon

Absolutely Barbaric

Absolutely Barbaric | YEAH FUCK IT; DOES ANYBODY KNOW WHAT IS WRONG WITH THIS CODE? | image tagged in absolutely barbaric,roblox,script,code,help | made w/ Imgflip meme maker
26 views Made by SubspaceTripmine382 1 day ago in Roblox
Absolutely Barbaric memeCaption this Meme
1 Comment
0 ups, 1d
local Tool = script.Parent
local Builds = game.ReplicatedStorage.Builds
local player = Tool.Parent

function Activated()
local build = Builds:FindFirstChild("2X2Wall"):Clone()
build.Parent = workspace
build.Orientation = Tool.Parent.Character.HumanoidRootPart.Orientation
build.Position = Tool.Parent.Character.HumanoidRootPart.Position + Vector3.new(0, 0, -5)
end

Tool.Activated:Connect(Activated)
Absolutely Barbaric memeCaption this Meme
NSFW
Created with the Imgflip Meme Generator
IMAGE DESCRIPTION:
YEAH F**K IT; DOES ANYBODY KNOW WHAT IS WRONG WITH THIS CODE?